Skip to content

Commit 4069f48

Browse files
chore(deps): update github actions (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be6d6d6 commit 4069f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/.builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
package: [backend, frontend]
2626
timeout-minutes: 10
2727
steps:
28-
- uses: bcgov/action-builder-ghcr@1a3767a04ade69edf7e4857c44269d1100282581 # v4.1.0
28+
- uses: bcgov/action-builder-ghcr@1e4295b9766963ca36612b78560db6235120b80f # 4.1.1
2929
with:
3030
package: ${{ matrix.package }}
3131
tags: ${{ inputs.tags }}

.github/workflows/.tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
severity: "CRITICAL,HIGH"
8383

8484
- name: Upload Trivy scan results to GitHub Security tab
85-
uses: github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
85+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
8686
with:
8787
sarif_file: "trivy-results.sarif"
8888
e2e:

0 commit comments

Comments
 (0)