We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6d6d6 commit 4069f48Copy full SHA for 4069f48
.github/workflows/.builds.yml
@@ -25,7 +25,7 @@ jobs:
25
package: [backend, frontend]
26
timeout-minutes: 10
27
steps:
28
- - uses: bcgov/action-builder-ghcr@1a3767a04ade69edf7e4857c44269d1100282581 # v4.1.0
+ - uses: bcgov/action-builder-ghcr@1e4295b9766963ca36612b78560db6235120b80f # 4.1.1
29
with:
30
package: ${{ matrix.package }}
31
tags: ${{ inputs.tags }}
.github/workflows/.tests.yml
@@ -82,7 +82,7 @@ jobs:
82
severity: "CRITICAL,HIGH"
83
84
- name: Upload Trivy scan results to GitHub Security tab
85
- uses: github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
+ uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
86
87
sarif_file: "trivy-results.sarif"
88
e2e:
0 commit comments