File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
49
49
steps :
50
50
- uses : actions/checkout@v5
51
- - uses : bcgov/action-builder-ghcr@v4.0 .0
51
+ - uses : bcgov/action-builder-ghcr@v4.1 .0
52
52
with :
53
53
package : ${{ matrix.package }}
54
54
tags : |
Original file line number Diff line number Diff line change 84
84
sonar_projectKey : fin-pay-transparency_backend-external
85
85
token : SONAR_TOKEN_BACKEND_EXTERNAL
86
86
steps :
87
- - uses : bcgov/action-test-and-analyse@v1.3.0
87
+ - uses : bcgov/action-test-and-analyse@v1.3.1
88
88
with :
89
89
commands : |
90
90
npm ci
@@ -111,7 +111,7 @@ jobs:
111
111
- uses : actions/checkout@v5
112
112
113
113
- name : Run Trivy vulnerability scanner in repo mode
114
- uses : aquasecurity/trivy-action@0.32 .0
114
+ uses : aquasecurity/trivy-action@0.33 .0
115
115
with :
116
116
format : " sarif"
117
117
output : " trivy-results.sarif"
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- uses : actions/checkout@v5
30
- - uses : bcgov/action-builder-ghcr@v4.0 .0
30
+ - uses : bcgov/action-builder-ghcr@v4.1 .0
31
31
with :
32
32
package : ${{ matrix.package }}
33
33
tags : latest
You can’t perform that action at this time.
0 commit comments