Skip to content

Commit 06f22d4

Browse files
authored
chore(ci): bump action, enable supply chain checks (#2545)
1 parent 60f5a15 commit 06f22d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ports:
3535
- 5432:5432
3636
steps:
37-
- uses: bcgov/action-test-and-analyse@51b50be3bb2522e480ed8eab72735612deff7f15 # v1.4.0
37+
- uses: bcgov/action-test-and-analyse@c20d16c26d9b7e6e486f01702880053ed4ebdc91 # v1.5.0
3838
env:
3939
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }}
4040
with:
@@ -52,6 +52,7 @@ jobs:
5252
-Dsonar.tests.inclusions=**/*spec.ts
5353
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
5454
sonar_token: ${{ env.SONAR_TOKEN }}
55+
supply_scan: true
5556
triggers: ('backend/')
5657

5758
frontend-tests:
@@ -60,7 +61,7 @@ jobs:
6061
runs-on: ubuntu-24.04
6162
timeout-minutes: 5
6263
steps:
63-
- uses: bcgov/action-test-and-analyse@51b50be3bb2522e480ed8eab72735612deff7f15 # v1.4.0
64+
- uses: bcgov/action-test-and-analyse@c20d16c26d9b7e6e486f01702880053ed4ebdc91 # v1.5.0
6465
env:
6566
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }}
6667
with:
@@ -78,6 +79,7 @@ jobs:
7879
-Dsonar.tests.inclusions=**/*spec.ts
7980
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
8081
sonar_token: ${{ env.SONAR_TOKEN }}
82+
supply_scan: true
8183
triggers: ('frontend/')
8284

8385
# https://github.com/marketplace/actions/aqua-security-trivy

0 commit comments

Comments
 (0)