From 4e3727cd8eb7101e66e1924d12a52062ef240ebe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:24:18 +0200 Subject: [PATCH] Update actions/checkout action to v4.2.2 (#175) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/run-command.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-command.yml b/.github/workflows/run-command.yml index 811bc58..75776cf 100644 --- a/.github/workflows/run-command.yml +++ b/.github/workflows/run-command.yml @@ -23,7 +23,7 @@ jobs: GIST_ID: 95bd06a2adf814823623f01cf4a7f871 steps: - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 # History plugin requires complete log # Defines Git settings used for updating packages diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca82378..300da72 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: GIST_ID_TEST: steps: - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 # Determination of changed packages requires complete log # Defines Git settings used for updating packages diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a108e1e..5384fcb 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -27,7 +27,7 @@ jobs: GIST_ID: 95bd06a2adf814823623f01cf4a7f871 steps: - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 # History plugin requires complete log token: ${{ secrets.GITHUBREPO_API_KEY }} # Use a token from swissgrc-bot user, since it has permission to bypass branch protection policy