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 33246af commit 4284f7aCopy full SHA for 4284f7a
.github/workflows/artifacts.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
24
25
- name: Gather metadata
26
id: meta
@@ -74,7 +74,7 @@ jobs:
74
if: github.event_name == 'push'
75
76
- name: Upload Trivy scan results to GitHub Security tab
77
- uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
+ uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
78
with:
79
sarif_file: "trivy-results.sarif"
80
0 commit comments