We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3d021 commit 914c5fbCopy full SHA for 914c5fb
.github/workflows/job-nightly.yml
@@ -50,7 +50,7 @@ jobs:
50
PREFIX: ${{ github.event.repository.name }}-test
51
steps:
52
- name: ZAP Scan
53
- uses: zaproxy/action-full-scan@75ee1686750ab1511a73b26b77a2aedd295053ed # v0.12.0
+ uses: zaproxy/action-full-scan@3c58388149901b9a03b7718852c5ba889646c27c # v0.13.0
54
with:
55
allow_issue_writing: true
56
artifact_name: "zap_frontend"
.github/workflows/pr-open.yml
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
package: [backend, frontend, oracle-api]
24
25
- - uses: bcgov/action-builder-ghcr@1e4295b9766963ca36612b78560db6235120b80f # 4.1.1
+ - uses: bcgov/action-builder-ghcr@2b24ac7f95e6a019064151498660437cca3202c5 # v4.2.1
26
id: build
27
28
package: ${{ matrix.package }}
0 commit comments