diff --git a/.github/workflows/clean-caches.yml b/.github/workflows/clean-caches.yml index 604394a..fc316c6 100644 --- a/.github/workflows/clean-caches.yml +++ b/.github/workflows/clean-caches.yml @@ -16,6 +16,6 @@ jobs: name: Clean Caches permissions: contents: read - uses: JackPlowman/reusable-workflows/.github/workflows/common-clean-caches.yml@9b05cbf77da4cc8d3238499a28d179c41cbcf6ac # v2026.02.14.01 + uses: JackPlowman/reusable-workflows/.github/workflows/common-clean-caches.yml@1b9a61560b067a94456fc14816b414b3f1d8e623 # v2026.04.03.01 secrets: workflow_github_token: ${{ secrets.GH_TOKEN }} diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index c15a8a5..9add805 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: language: [actions] - uses: JackPlowman/reusable-workflows/.github/workflows/codeql-analysis.yml@9b05cbf77da4cc8d3238499a28d179c41cbcf6ac # v2026.02.14.01 + uses: JackPlowman/reusable-workflows/.github/workflows/codeql-analysis.yml@1b9a61560b067a94456fc14816b414b3f1d8e623 # v2026.04.03.01 with: language: ${{ matrix.language }} @@ -38,6 +38,6 @@ jobs: actions: read # Allow the workflow to read actions metadata pull-requests: write # Allow the workflow to create and modify pull request comments security-events: write # Allow the workflow to upload analysis results - uses: JackPlowman/reusable-workflows/.github/workflows/common-code-checks.yml@9b05cbf77da4cc8d3238499a28d179c41cbcf6ac # v2026.02.14.01 + uses: JackPlowman/reusable-workflows/.github/workflows/common-code-checks.yml@1b9a61560b067a94456fc14816b414b3f1d8e623 # v2026.04.03.01 secrets: workflow_github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pull-request-tasks.yml b/.github/workflows/pull-request-tasks.yml index b4510ea..2c4627e 100644 --- a/.github/workflows/pull-request-tasks.yml +++ b/.github/workflows/pull-request-tasks.yml @@ -15,6 +15,6 @@ jobs: name: Common Pull Request Tasks permissions: pull-requests: write # For writing labels and comments on PRs - uses: JackPlowman/reusable-workflows/.github/workflows/common-pull-request-tasks.yml@9b05cbf77da4cc8d3238499a28d179c41cbcf6ac # v2026.02.14.01 + uses: JackPlowman/reusable-workflows/.github/workflows/common-pull-request-tasks.yml@1b9a61560b067a94456fc14816b414b3f1d8e623 # v2026.04.03.01 secrets: workflow_github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 566b069..b979f02 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -20,6 +20,6 @@ jobs: permissions: contents: read pull-requests: write # For writing labels to the repository - uses: JackPlowman/reusable-workflows/.github/workflows/common-sync-labels.yml@9b05cbf77da4cc8d3238499a28d179c41cbcf6ac # v2026.02.14.01 + uses: JackPlowman/reusable-workflows/.github/workflows/common-sync-labels.yml@1b9a61560b067a94456fc14816b414b3f1d8e623 # v2026.04.03.01 secrets: workflow_github_token: ${{ secrets.GITHUB_TOKEN }}