diff --git a/.github/workflows/clean-caches.yml b/.github/workflows/clean-caches.yml index 604394a..2bc14ff 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@c15f7bb40c84501148124a6f3b2273ab7ed9b469 # v2026.04.30.01 secrets: workflow_github_token: ${{ secrets.GH_TOKEN }} diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index c15a8a5..f3a5ff2 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@c15f7bb40c84501148124a6f3b2273ab7ed9b469 # v2026.04.30.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@c15f7bb40c84501148124a6f3b2273ab7ed9b469 # v2026.04.30.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..35855d1 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@c15f7bb40c84501148124a6f3b2273ab7ed9b469 # v2026.04.30.01 secrets: workflow_github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 566b069..de7b05f 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@c15f7bb40c84501148124a6f3b2273ab7ed9b469 # v2026.04.30.01 secrets: workflow_github_token: ${{ secrets.GITHUB_TOKEN }}