diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index b07b850..58adea3 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@66f019c33b5b70fa604c253a8d18034381361098 # v2.3.0 + uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-dependency-review.yml@1e81bea3e4c1b559d61d77b73103abac0f596c23 # v2.4.0 diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml index 285402e..2a60587 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@66f019c33b5b70fa604c253a8d18034381361098 # v2.3.0 + uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-release-container.yml@1e81bea3e4c1b559d61d77b73103abac0f596c23 # v2.4.0 diff --git a/.github/workflows/scan-container.yml b/.github/workflows/scan-container.yml index ce90db5..5c2432f 100644 --- a/.github/workflows/scan-container.yml +++ b/.github/workflows/scan-container.yml @@ -13,6 +13,6 @@ jobs: permissions: contents: read pull-requests: write - uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-scan-container.yml@66f019c33b5b70fa604c253a8d18034381361098 # v2.3.0 + uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-scan-container.yml@1e81bea3e4c1b559d61d77b73103abac0f596c23 # v2.4.0 with: runtime: python diff --git a/.github/workflows/test-container.yml b/.github/workflows/test-container.yml index 363bb8c..5ef1cc0 100644 --- a/.github/workflows/test-container.yml +++ b/.github/workflows/test-container.yml @@ -13,4 +13,4 @@ jobs: permissions: contents: read pull-requests: write - uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-test-container.yml@66f019c33b5b70fa604c253a8d18034381361098 # v2.3.0 + uses: ministryofjustice/analytical-platform-airflow-github-actions/.github/workflows/shared-test-container.yml@1e81bea3e4c1b559d61d77b73103abac0f596c23 # v2.4.0