diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 2b73391..d8bb668 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -16,4 +16,4 @@ jobs: if: github.event.repository.private == false permissions: contents: read - uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-dependency-review.yml@3229fa0ef4534b7e2f56e6d3eb79ebb814320f56 # v3.0.0 + uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-dependency-review.yml@ffe9491aa118f8db36fda4f1a5ee8cf392c02f6b # v3.1.0 diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml index f303018..f35a844 100644 --- a/.github/workflows/release-container.yml +++ b/.github/workflows/release-container.yml @@ -13,4 +13,4 @@ jobs: permissions: contents: read id-token: write - uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-release-container.yml@3229fa0ef4534b7e2f56e6d3eb79ebb814320f56 # v3.0.0 + uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-release-container.yml@ffe9491aa118f8db36fda4f1a5ee8cf392c02f6b # v3.1.0 diff --git a/.github/workflows/scan-container.yml b/.github/workflows/scan-container.yml index cd38e41..a11a7f0 100644 --- a/.github/workflows/scan-container.yml +++ b/.github/workflows/scan-container.yml @@ -13,6 +13,7 @@ jobs: permissions: contents: read pull-requests: write - uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-scan-container.yml@3229fa0ef4534b7e2f56e6d3eb79ebb814320f56 # v3.0.0 + id-token: write + uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-scan-container.yml@ffe9491aa118f8db36fda4f1a5ee8cf392c02f6b # v3.1.0 with: runtime: python diff --git a/.github/workflows/test-container.yml b/.github/workflows/test-container.yml index 3935df5..3edd8ce 100644 --- a/.github/workflows/test-container.yml +++ b/.github/workflows/test-container.yml @@ -13,4 +13,7 @@ jobs: permissions: contents: read pull-requests: write - uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-test-container.yml@3229fa0ef4534b7e2f56e6d3eb79ebb814320f56 # v3.0.0 + id-token: write + uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-test-container.yml@ffe9491aa118f8db36fda4f1a5ee8cf392c02f6b # v3.1.0 + with: + clean-runner: true