From 5931f903186b2bd95458a5d261561bcb16142021 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:46:56 +0000 Subject: [PATCH] Update actions/checkout action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/issues-pr-labels-comments.yml | 2 +- .github/workflows/rebase.yml | 2 +- .github/workflows/renovate.yml | 2 +- .github/workflows/scorecards.yml | 2 +- .github/workflows/size.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/issues-pr-labels-comments.yml b/.github/workflows/issues-pr-labels-comments.yml index c62b29e..19d5231 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@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Label Commenter uses: peaceiris/actions-label-commenter@v1 diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 7a5637c..958c047 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@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 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 2df6947..728ab3c 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@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: fetch-depth: 1 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index b6831a9..385ddcd 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 with: persist-credentials: false diff --git a/.github/workflows/size.yaml b/.github/workflows/size.yaml index c367811..a3f9678 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@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - uses: actions-ecosystem/action-size@v2 id: size