From 2253a4ae994d41a915fe3ff2e572727c73c39ec8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 19:28:11 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.6 --- .github/workflows/codeql.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/lint.yml | 14 +++++++------- .github/workflows/scorecards.yml | 2 +- .github/workflows/semantic-release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4e91ee2..6ebebee 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 17b2dd5..6136799 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 7a363d4..563744a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,7 +40,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" @@ -65,7 +65,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" @@ -116,7 +116,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" @@ -167,7 +167,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" @@ -218,7 +218,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" @@ -242,7 +242,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" @@ -267,7 +267,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" diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 977e0f6..fc1f9c4 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 78172f2..d065df8 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -43,7 +43,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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da00853..381b287 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,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" @@ -75,7 +75,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"