From 2f99d58dadc552cf286934548d34f183d83352bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 06:53:36 +0000 Subject: [PATCH] Update actions/checkout action to v6.0.3 --- .github/workflows/reusable-add-to-project.yml | 4 ++-- .github/workflows/reusable-alex.yml | 4 ++-- .github/workflows/reusable-builder-aur.yml | 4 ++-- .github/workflows/reusable-builder-deb.yml | 4 ++-- .github/workflows/reusable-builder-flatpak.yml | 4 ++-- .github/workflows/reusable-builder-go.yml | 4 ++-- .github/workflows/reusable-builder-rpm.yml | 4 ++-- .github/workflows/reusable-builder-snap.yml | 4 ++-- .github/workflows/reusable-codeql.yml | 4 ++-- .github/workflows/reusable-dependency-review.yml | 4 ++-- .github/workflows/reusable-fossa.yml | 4 ++-- .github/workflows/reusable-golangci.yml | 4 ++-- .github/workflows/reusable-goreportcard.yml | 4 ++-- .github/workflows/reusable-license.yml | 8 ++++---- .github/workflows/reusable-misspell.yml | 4 ++-- .github/workflows/reusable-nancy.yml | 4 ++-- .github/workflows/reusable-releaser-gemfury.yml | 4 ++-- .github/workflows/reusable-releaser-go.yml | 4 ++-- .github/workflows/reusable-scorecards.yml | 4 ++-- .github/workflows/reusable-semgrep.yml | 4 ++-- .github/workflows/reusable-shellcheck.yml | 4 ++-- .github/workflows/reusable-stale.yml | 4 ++-- .github/workflows/reusable-super-linter.yml | 4 ++-- .github/workflows/reusable-trivy.yml | 8 ++++---- .github/workflows/reusable-urlcheck.yml | 4 ++-- 25 files changed, 54 insertions(+), 54 deletions(-) diff --git a/.github/workflows/reusable-add-to-project.yml b/.github/workflows/reusable-add-to-project.yml index 94b3108..1b1635b 100644 --- a/.github/workflows/reusable-add-to-project.yml +++ b/.github/workflows/reusable-add-to-project.yml @@ -59,14 +59,14 @@ jobs: - name: Check out code base if: github.event_name != 'pull_request_target' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request_target' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-alex.yml b/.github/workflows/reusable-alex.yml index b5e2c35..8b9c3c7 100644 --- a/.github/workflows/reusable-alex.yml +++ b/.github/workflows/reusable-alex.yml @@ -40,14 +40,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-builder-aur.yml b/.github/workflows/reusable-builder-aur.yml index a2b04f9..d6e1c5f 100644 --- a/.github/workflows/reusable-builder-aur.yml +++ b/.github/workflows/reusable-builder-aur.yml @@ -59,7 +59,7 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 submodules: true @@ -67,7 +67,7 @@ jobs: - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/reusable-builder-deb.yml b/.github/workflows/reusable-builder-deb.yml index 39ada85..8598a96 100644 --- a/.github/workflows/reusable-builder-deb.yml +++ b/.github/workflows/reusable-builder-deb.yml @@ -63,14 +63,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-builder-flatpak.yml b/.github/workflows/reusable-builder-flatpak.yml index ffafa5d..e93d846 100644 --- a/.github/workflows/reusable-builder-flatpak.yml +++ b/.github/workflows/reusable-builder-flatpak.yml @@ -54,14 +54,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-builder-go.yml b/.github/workflows/reusable-builder-go.yml index 0364078..baea866 100644 --- a/.github/workflows/reusable-builder-go.yml +++ b/.github/workflows/reusable-builder-go.yml @@ -95,14 +95,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-builder-rpm.yml b/.github/workflows/reusable-builder-rpm.yml index 47a2d05..e56a571 100644 --- a/.github/workflows/reusable-builder-rpm.yml +++ b/.github/workflows/reusable-builder-rpm.yml @@ -52,14 +52,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-builder-snap.yml b/.github/workflows/reusable-builder-snap.yml index b25c734..360e09f 100644 --- a/.github/workflows/reusable-builder-snap.yml +++ b/.github/workflows/reusable-builder-snap.yml @@ -76,7 +76,7 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 submodules: true @@ -84,7 +84,7 @@ jobs: - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/reusable-codeql.yml b/.github/workflows/reusable-codeql.yml index 649e3eb..0c5da68 100644 --- a/.github/workflows/reusable-codeql.yml +++ b/.github/workflows/reusable-codeql.yml @@ -48,14 +48,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'schedule' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-dependency-review.yml b/.github/workflows/reusable-dependency-review.yml index eaaf61a..ed7c2c5 100644 --- a/.github/workflows/reusable-dependency-review.yml +++ b/.github/workflows/reusable-dependency-review.yml @@ -51,14 +51,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'schedule' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-fossa.yml b/.github/workflows/reusable-fossa.yml index 1fb870a..707e44c 100644 --- a/.github/workflows/reusable-fossa.yml +++ b/.github/workflows/reusable-fossa.yml @@ -41,14 +41,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'schedule' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-golangci.yml b/.github/workflows/reusable-golangci.yml index 445e688..e3f1305 100644 --- a/.github/workflows/reusable-golangci.yml +++ b/.github/workflows/reusable-golangci.yml @@ -56,14 +56,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-goreportcard.yml b/.github/workflows/reusable-goreportcard.yml index bc2b0d7..b9bc0a3 100644 --- a/.github/workflows/reusable-goreportcard.yml +++ b/.github/workflows/reusable-goreportcard.yml @@ -41,14 +41,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-license.yml b/.github/workflows/reusable-license.yml index d299e63..34f27b7 100644 --- a/.github/workflows/reusable-license.yml +++ b/.github/workflows/reusable-license.yml @@ -40,14 +40,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false @@ -73,14 +73,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-misspell.yml b/.github/workflows/reusable-misspell.yml index 0267523..68ba88f 100644 --- a/.github/workflows/reusable-misspell.yml +++ b/.github/workflows/reusable-misspell.yml @@ -40,14 +40,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-nancy.yml b/.github/workflows/reusable-nancy.yml index b5695b2..9a01c92 100644 --- a/.github/workflows/reusable-nancy.yml +++ b/.github/workflows/reusable-nancy.yml @@ -38,14 +38,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'schedule' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-releaser-gemfury.yml b/.github/workflows/reusable-releaser-gemfury.yml index 45c09e7..22e328a 100644 --- a/.github/workflows/reusable-releaser-gemfury.yml +++ b/.github/workflows/reusable-releaser-gemfury.yml @@ -50,7 +50,7 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 submodules: true @@ -58,7 +58,7 @@ jobs: - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/reusable-releaser-go.yml b/.github/workflows/reusable-releaser-go.yml index 3a633ec..1aa7bcd 100644 --- a/.github/workflows/reusable-releaser-go.yml +++ b/.github/workflows/reusable-releaser-go.yml @@ -52,7 +52,7 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 submodules: true @@ -60,7 +60,7 @@ jobs: - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/reusable-scorecards.yml b/.github/workflows/reusable-scorecards.yml index 0a847cf..fc50586 100644 --- a/.github/workflows/reusable-scorecards.yml +++ b/.github/workflows/reusable-scorecards.yml @@ -62,14 +62,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' || github.event_name == 'schedule' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-semgrep.yml b/.github/workflows/reusable-semgrep.yml index 4a6920a..d6e9069 100644 --- a/.github/workflows/reusable-semgrep.yml +++ b/.github/workflows/reusable-semgrep.yml @@ -46,14 +46,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-shellcheck.yml b/.github/workflows/reusable-shellcheck.yml index e722ce9..e043a3c 100644 --- a/.github/workflows/reusable-shellcheck.yml +++ b/.github/workflows/reusable-shellcheck.yml @@ -41,14 +41,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-stale.yml b/.github/workflows/reusable-stale.yml index a34274f..19dfcc6 100644 --- a/.github/workflows/reusable-stale.yml +++ b/.github/workflows/reusable-stale.yml @@ -35,14 +35,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-super-linter.yml b/.github/workflows/reusable-super-linter.yml index 16858ce..0ef2001 100644 --- a/.github/workflows/reusable-super-linter.yml +++ b/.github/workflows/reusable-super-linter.yml @@ -56,14 +56,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-trivy.yml b/.github/workflows/reusable-trivy.yml index b1d9e84..b5a3816 100644 --- a/.github/workflows/reusable-trivy.yml +++ b/.github/workflows/reusable-trivy.yml @@ -56,14 +56,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false @@ -114,14 +114,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/reusable-urlcheck.yml b/.github/workflows/reusable-urlcheck.yml index 79ff909..322f3ff 100644 --- a/.github/workflows/reusable-urlcheck.yml +++ b/.github/workflows/reusable-urlcheck.yml @@ -45,14 +45,14 @@ jobs: - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false