From a1e75b991f04e037b8c7f797449e2fb8a3cdd233 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 08:08:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.6 (#11) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/cache-clear.yml | 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 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cache-clear.yml b/.github/workflows/cache-clear.yml index cf93cc2..e3feca2 100644 --- a/.github/workflows/cache-clear.yml +++ b/.github/workflows/cache-clear.yml @@ -16,7 +16,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 + uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 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 6471043..0c7585a 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@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 + uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 # Initializes the CodeQL tools for scanning. - name: "Initialize CodeQL" diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 1aa63c0..93bf221 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@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 + uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 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 0b9b8b2..3d247bb 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@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 + uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 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@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 + uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 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 55824ee..e97c2b8 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@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 + uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 with: persist-credentials: false diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 6f745c9..b59e768 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@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 + uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 with: fetch-depth: 0 persist-credentials: false