diff --git a/.github/workflows/build-test-pack.yml b/.github/workflows/build-test-pack.yml index 24ae00c3..6a61f63c 100644 --- a/.github/workflows/build-test-pack.yml +++ b/.github/workflows/build-test-pack.yml @@ -46,7 +46,7 @@ jobs: contents: read steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🖊️ materialize signing key diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ff75c84b..8eb05d53 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -47,7 +47,7 @@ jobs: steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🎰 initialize CodeQL diff --git a/.github/workflows/fossa-scan.yml b/.github/workflows/fossa-scan.yml index 3d2bc68c..febf79e6 100644 --- a/.github/workflows/fossa-scan.yml +++ b/.github/workflows/fossa-scan.yml @@ -27,7 +27,7 @@ jobs: contents: read steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🔬 scan diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml index a6e49391..39daf355 100644 --- a/.github/workflows/init.yml +++ b/.github/workflows/init.yml @@ -47,7 +47,7 @@ jobs: version: ${{ steps.determine-version.outputs.version }} steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🎰 determine modules diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 1ba05247..d2847d05 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -47,7 +47,7 @@ jobs: security-events: write steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 💾 cache nuget packages diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 0bc83d6d..9bc3d534 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -40,7 +40,7 @@ jobs: image: semgrep/semgrep steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🔬 semgrep scan diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index e4e59906..c1ec8a75 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -35,7 +35,7 @@ jobs: security-events: write steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🏗️ restore dependencies diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 02dfc1c9..9d0a6b25 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -20,7 +20,7 @@ jobs: contents: write steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🏷️ tag version diff --git a/.github/workflows/test-mutations.yml b/.github/workflows/test-mutations.yml index 5131da72..c07b2c8b 100644 --- a/.github/workflows/test-mutations.yml +++ b/.github/workflows/test-mutations.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: 🖊️ materialize signing key