diff --git a/.github/workflows/azurekeycloaktester-container.yaml b/.github/workflows/azurekeycloaktester-container.yaml index 3b9ddf5..5feb42a 100644 --- a/.github/workflows/azurekeycloaktester-container.yaml +++ b/.github/workflows/azurekeycloaktester-container.yaml @@ -30,7 +30,7 @@ jobs: # Job name must be unique across repo to target # branch protection rules "required checks" properly! azurekeycloaktester-container: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.3-containers + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.4-containers with: job-name: azurekeycloaktester-container comment-pr: "true" diff --git a/.github/workflows/controller-container.yaml b/.github/workflows/controller-container.yaml index 2a523f2..c926f39 100644 --- a/.github/workflows/controller-container.yaml +++ b/.github/workflows/controller-container.yaml @@ -42,7 +42,7 @@ jobs: # Job name must be unique across repo to target # branch protection rules "required checks" properly! controller-container: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.3-containers + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.4-containers with: job-name: controller-container comment-pr: "true" diff --git a/.github/workflows/fizzbuzz-chart.yaml b/.github/workflows/fizzbuzz-chart.yaml index b64f239..715e7a7 100644 --- a/.github/workflows/fizzbuzz-chart.yaml +++ b/.github/workflows/fizzbuzz-chart.yaml @@ -41,7 +41,7 @@ jobs: # Job name must be unique across repo to target # branch protection rules "required checks" properly! fizzbuzz-chart: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.4-charts + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.5-charts with: job-name: fizzbuzz-chart comment-pr: "true" diff --git a/.github/workflows/trino-container.yaml b/.github/workflows/trino-container.yaml index 6262b18..20f19c7 100644 --- a/.github/workflows/trino-container.yaml +++ b/.github/workflows/trino-container.yaml @@ -41,7 +41,7 @@ jobs: # Job name must be unique across repo to target # branch protection rules "required checks" properly! trino-container: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.3-containers + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.4-containers with: job-name: trino-container comment-pr: "true"