Skip to content

Commit 25ac3bb

Browse files
chore(deps): update github actions (#234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9ff757 commit 25ac3bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/.tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ports:
3030
- 5432:5432
3131
steps:
32-
- uses: bcgov/action-test-and-analyse@51b50be3bb2522e480ed8eab72735612deff7f15 # v1.4.0
32+
- uses: bcgov/action-test-and-analyse@c20d16c26d9b7e6e486f01702880053ed4ebdc91 # v1.5.0
3333
env:
3434
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }}
3535
with:
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-24.04
5656
timeout-minutes: 5
5757
steps:
58-
- uses: bcgov/action-test-and-analyse@51b50be3bb2522e480ed8eab72735612deff7f15 # v1.4.0
58+
- uses: bcgov/action-test-and-analyse@c20d16c26d9b7e6e486f01702880053ed4ebdc91 # v1.5.0
5959
env:
6060
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }}
6161
with:

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: PR Number
3232
if: ${{ github.event_name != 'workflow_dispatch' }}
3333
id: pr
34-
uses: bcgov-nr/action-get-pr@21f9351425cd55a98e869ee28919a512aa30647d # v0.0.1
34+
uses: bcgov-nr/action-get-pr@35514fa1d4765547da319e967b509363598e8b46 # v0.1.0
3535
resume-resources:
3636
name: Resume Resources # This job resumes resources for the merged PR which is needed if the resources were paused.
3737
needs: [vars]

0 commit comments

Comments
 (0)