Skip to content

Commit bb0157d

Browse files
chore(deps): update github actions all dependencies
1 parent 41fcba2 commit bb0157d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- uses: actions/checkout@v5
51-
- uses: bcgov/action-builder-ghcr@v4.0.0
51+
- uses: bcgov/action-builder-ghcr@v4.1.0
5252
with:
5353
package: ${{ matrix.package }}
5454
tags: |

.github/workflows/analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
sonar_projectKey: fin-pay-transparency_backend-external
8585
token: SONAR_TOKEN_BACKEND_EXTERNAL
8686
steps:
87-
- uses: bcgov/action-test-and-analyse@v1.3.0
87+
- uses: bcgov/action-test-and-analyse@v1.3.1
8888
with:
8989
commands: |
9090
npm ci
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/checkout@v5
112112

113113
- name: Run Trivy vulnerability scanner in repo mode
114-
uses: aquasecurity/trivy-action@0.32.0
114+
uses: aquasecurity/trivy-action@0.33.0
115115
with:
116116
format: "sarif"
117117
output: "trivy-results.sarif"

.github/workflows/build-deploy-clamav-to-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v5
30-
- uses: bcgov/action-builder-ghcr@v4.0.0
30+
- uses: bcgov/action-builder-ghcr@v4.1.0
3131
with:
3232
package: ${{ matrix.package }}
3333
tags: latest

0 commit comments

Comments
 (0)