From 5bf4790be208e962c5e94a593a2b541977d818b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 20:53:50 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.7 (#70) 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/introspect.yml | 2 +- .github/workflows/lint.yml | 6 +++--- .github/workflows/scorecards.yml | 2 +- .github/workflows/semantic-release.yml | 2 +- .github/workflows/test.yml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cache-clear.yml b/.github/workflows/cache-clear.yml index cccf881..a2c0775 100644 --- a/.github/workflows/cache-clear.yml +++ b/.github/workflows/cache-clear.yml @@ -15,7 +15,7 @@ jobs: egress-policy: "audit" - name: "Check out code" - uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 + uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 - name: "Cleanup" run: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ad7d547..59f7972 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@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 + uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 # Initializes the CodeQL tools for scanning. - name: "Initialize CodeQL" diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index f72f8df..3c7dee4 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -25,7 +25,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 + uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 env: GIT_COMMITTER_NAME: "GitHub Actions Shell" GIT_AUTHOR_NAME: "GitHub Actions Shell" diff --git a/.github/workflows/introspect.yml b/.github/workflows/introspect.yml index 83d88ae..4345a6d 100644 --- a/.github/workflows/introspect.yml +++ b/.github/workflows/introspect.yml @@ -26,7 +26,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 + uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 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 dc4c3e2..8ffff15 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 + uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 env: GIT_COMMITTER_NAME: "GitHub Actions Shell" GIT_AUTHOR_NAME: "GitHub Actions Shell" @@ -58,7 +58,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 + uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: fetch-depth: 2 env: @@ -85,7 +85,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 + uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: fetch-depth: 2 env: diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 6ffcc41..66f6f12 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@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 + uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: persist-credentials: false diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index c781d4b..1546e92 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -42,7 +42,7 @@ jobs: allowed-conclusions: "success,skipped" # all other checks must pass, being skipped or cancelled is not sufficient - name: "Git checkout" - uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 + uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89b163c..923e22d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6 + uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 env: GIT_COMMITTER_NAME: "GitHub Actions Shell" GIT_AUTHOR_NAME: "GitHub Actions Shell"