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