Skip to content

Commit 914c5fb

Browse files
chore(deps): update github actions (#2234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc3d021 commit 914c5fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/job-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
PREFIX: ${{ github.event.repository.name }}-test
5151
steps:
5252
- name: ZAP Scan
53-
uses: zaproxy/action-full-scan@75ee1686750ab1511a73b26b77a2aedd295053ed # v0.12.0
53+
uses: zaproxy/action-full-scan@3c58388149901b9a03b7718852c5ba889646c27c # v0.13.0
5454
with:
5555
allow_issue_writing: true
5656
artifact_name: "zap_frontend"

.github/workflows/pr-open.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
package: [backend, frontend, oracle-api]
2424
steps:
25-
- uses: bcgov/action-builder-ghcr@1e4295b9766963ca36612b78560db6235120b80f # 4.1.1
25+
- uses: bcgov/action-builder-ghcr@2b24ac7f95e6a019064151498660437cca3202c5 # v4.2.1
2626
id: build
2727
with:
2828
package: ${{ matrix.package }}

0 commit comments

Comments
 (0)