diff --git a/.github/workflows/issues-pr-labels-comments.yml b/.github/workflows/issues-pr-labels-comments.yml index cd419b7..ae0730f 100644 --- a/.github/workflows/issues-pr-labels-comments.yml +++ b/.github/workflows/issues-pr-labels-comments.yml @@ -31,7 +31,7 @@ jobs: comment: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Label Commenter uses: peaceiris/actions-label-commenter@v1 diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index f49960c..58e0679 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the latest code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 006cb69..a11fd60 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -31,7 +31,7 @@ jobs: pull-requests: write # for peter-evans/create-pull-request to create a PR runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: fetch-depth: 1 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 0de8a7a..495a23c 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -52,7 +52,7 @@ jobs: egress-policy: audit - name: "Checkout code" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: persist-credentials: false diff --git a/.github/workflows/size.yaml b/.github/workflows/size.yaml index 3e01b91..2c97a12 100644 --- a/.github/workflows/size.yaml +++ b/.github/workflows/size.yaml @@ -24,7 +24,7 @@ jobs: update_labels: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: actions-ecosystem/action-size@v2 id: size