From 3da5aec737f7b23d9e94c7450bbcd91176773df4 Mon Sep 17 00:00:00 2001 From: Joss Whittle Date: Fri, 3 May 2024 16:10:53 +0100 Subject: [PATCH] chore(deps): pin workflows to release after testing (#121) --- .github/workflows/controller-container.yaml | 2 +- .github/workflows/fizzbuzz-chart.yaml | 2 +- .github/workflows/fizzbuzz-crds-chart.yaml | 2 +- .github/workflows/pr-labeler.yaml | 2 +- .github/workflows/pr-title-commitlint.yaml | 2 +- .github/workflows/trino-container.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/controller-container.yaml b/.github/workflows/controller-container.yaml index ff76e58b..3f7cba46 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@feat/inuit-auto + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.0-containers with: job-name: controller-container comment-pr: "true" diff --git a/.github/workflows/fizzbuzz-chart.yaml b/.github/workflows/fizzbuzz-chart.yaml index 6ec58927..281f3d19 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@feat/inuit-auto + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.0-charts with: job-name: fizzbuzz-chart comment-pr: "true" diff --git a/.github/workflows/fizzbuzz-crds-chart.yaml b/.github/workflows/fizzbuzz-crds-chart.yaml index ba0303b8..fed27f8d 100644 --- a/.github/workflows/fizzbuzz-crds-chart.yaml +++ b/.github/workflows/fizzbuzz-crds-chart.yaml @@ -41,7 +41,7 @@ jobs: # Job name must be unique across repo to target # branch protection rules "required checks" properly! fizzbuzz-crds-chart: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@feat/inuit-auto + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.0-charts with: job-name: fizzbuzz-crds-chart comment-pr: "true" diff --git a/.github/workflows/pr-labeler.yaml b/.github/workflows/pr-labeler.yaml index 45609d26..f61dcea3 100644 --- a/.github/workflows/pr-labeler.yaml +++ b/.github/workflows/pr-labeler.yaml @@ -14,4 +14,4 @@ concurrency: jobs: pr-labeler: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-labeler.yaml@v1.0.0-pr-labeler + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-labeler.yaml@v1.1.1-pr-labeler diff --git a/.github/workflows/pr-title-commitlint.yaml b/.github/workflows/pr-title-commitlint.yaml index bf739253..47b76860 100644 --- a/.github/workflows/pr-title-commitlint.yaml +++ b/.github/workflows/pr-title-commitlint.yaml @@ -16,4 +16,4 @@ concurrency: jobs: pr-title-commitlint: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-title-commitlint.yaml@v1.2.0-pr-title-commitlint + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-title-commitlint.yaml@v1.3.0-pr-title-commitlint diff --git a/.github/workflows/trino-container.yaml b/.github/workflows/trino-container.yaml index a6c87539..c1a99b18 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@feat/inuit-auto + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.0-containers with: job-name: trino-container comment-pr: "true"