From 62f382dfee66e9cae795d12917542791d19bcd34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:22:51 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2 --- .github/workflows/cleanup-branch-cache.yaml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/scorecards.yml | 2 +- .github/workflows/semantic-release.yml | 2 +- .github/workflows/set-default-labels.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cleanup-branch-cache.yaml b/.github/workflows/cleanup-branch-cache.yaml index a45a9f7..9be10d1 100644 --- a/.github/workflows/cleanup-branch-cache.yaml +++ b/.github/workflows/cleanup-branch-cache.yaml @@ -28,7 +28,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871" # v4.2.1 + uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2 env: GIT_COMMITTER_NAME: "GitHub Actions Shell" GIT_AUTHOR_NAME: "GitHub Actions Shell" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c3b9e51..5c6a373 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,7 +48,7 @@ jobs: egress-policy: "audit" - name: "Checkout repository" - uses: "actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871" # v4.2.1 + uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2 # Initializes the CodeQL tools for scanning. - name: "Initialize CodeQL" diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index e635123..c5592d5 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -26,7 +26,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871" # v4.2.1 + uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2 env: GIT_COMMITTER_NAME: "GitHub Actions Shell" GIT_AUTHOR_NAME: "GitHub Actions Shell" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 71075fc..43f88bb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: egress-policy: "audit" - name: "Git checkout ${{ env.HEAD_REPOSITORY }}:${{ env.HEAD_REF }}" - uses: "actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871" # v4.2.1 + uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2 env: GIT_COMMITTER_NAME: "GitHub Actions Shell" GIT_AUTHOR_NAME: "GitHub Actions Shell" @@ -48,7 +48,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871" # v4.2.1 + uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2 env: GIT_COMMITTER_NAME: "GitHub Actions Shell" GIT_AUTHOR_NAME: "GitHub Actions Shell" diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 4077993..eaaab5c 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -38,7 +38,7 @@ jobs: egress-policy: "audit" - name: "Checkout code" - uses: "actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871" # v4.2.1 + uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2 with: persist-credentials: false diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 6b5a7bd..65db279 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -44,7 +44,7 @@ jobs: allowed-conclusions: "success,skipped" # all other checks must pass, being skipped or cancelled is not sufficient - name: "Git checkout" - uses: "actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871" # v4.2.1 + uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/set-default-labels.yml b/.github/workflows/set-default-labels.yml index a14b3ab..8f695e8 100644 --- a/.github/workflows/set-default-labels.yml +++ b/.github/workflows/set-default-labels.yml @@ -40,7 +40,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871" # v4.2.1 + uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2 env: GIT_COMMITTER_NAME: "GitHub Actions Shell" GIT_AUTHOR_NAME: "GitHub Actions Shell"