diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f01e096..232f80a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: language: ["actions", "javascript"] steps: - name: CodeQL Analysis - uses: ivuorinen/actions/codeql-analysis@242ecca8f01357727f5b2b040154ccdece61720b # v2026.03.07 + uses: ivuorinen/actions/codeql-analysis@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11 with: language: ${{ matrix.language }} queries: security-and-quality diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index d31f365..27448a0 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -27,4 +27,4 @@ jobs: steps: - name: Run PR Lint # https://github.com/ivuorinen/actions - uses: ivuorinen/actions/pr-lint@242ecca8f01357727f5b2b040154ccdece61720b # v2026.03.07 + uses: ivuorinen/actions/pr-lint@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d2a1227..2644a7a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -23,4 +23,4 @@ jobs: issues: write pull-requests: write steps: - - uses: ivuorinen/actions/stale@242ecca8f01357727f5b2b040154ccdece61720b # v2026.03.07 + - uses: ivuorinen/actions/stale@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11 diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 77d5dfd..d6dced8 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -37,4 +37,4 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: ⤵️ Sync Latest Labels Definitions - uses: ivuorinen/actions/sync-labels@242ecca8f01357727f5b2b040154ccdece61720b # v2026.03.07 + uses: ivuorinen/actions/sync-labels@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd207f9..dd4373e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -189,7 +189,7 @@ jobs: shell: bash - name: 🧹 Run Linter - uses: ivuorinen/actions/pr-lint@242ecca8f01357727f5b2b040154ccdece61720b # v2026.03.07 + uses: ivuorinen/actions/pr-lint@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11 coverage: name: 📊 Test Coverage