From cdd8d50eebaf27138b80b0aec25084071967f77e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 10:01:20 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/.tests.yml | 4 ++-- .github/workflows/merge.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/.tests.yml b/.github/workflows/.tests.yml index 2aeeaef5..230d785a 100644 --- a/.github/workflows/.tests.yml +++ b/.github/workflows/.tests.yml @@ -29,7 +29,7 @@ jobs: ports: - 5432:5432 steps: - - uses: bcgov/action-test-and-analyse@51b50be3bb2522e480ed8eab72735612deff7f15 # v1.4.0 + - uses: bcgov/action-test-and-analyse@c20d16c26d9b7e6e486f01702880053ed4ebdc91 # v1.5.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }} with: @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 5 steps: - - uses: bcgov/action-test-and-analyse@51b50be3bb2522e480ed8eab72735612deff7f15 # v1.4.0 + - uses: bcgov/action-test-and-analyse@c20d16c26d9b7e6e486f01702880053ed4ebdc91 # v1.5.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }} with: diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index bb6f69fe..e42a5805 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -31,7 +31,7 @@ jobs: - name: PR Number if: ${{ github.event_name != 'workflow_dispatch' }} id: pr - uses: bcgov-nr/action-get-pr@21f9351425cd55a98e869ee28919a512aa30647d # v0.0.1 + uses: bcgov-nr/action-get-pr@35514fa1d4765547da319e967b509363598e8b46 # v0.1.0 resume-resources: name: Resume Resources # This job resumes resources for the merged PR which is needed if the resources were paused. needs: [vars]