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.
2 parents 3016712 + 5bd774c commit 25913c1Copy full SHA for 25913c1
.github/workflows/ossf_scorecard.yml
@@ -35,7 +35,7 @@ jobs:
35
# repo_token: ${{ secrets.SCORECARD_TOKEN }} # read-only fine-grained token to read branch protection settings
36
37
- name: "Upload results"
38
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
39
with:
40
name: SARIF file
41
path: results.sarif
.github/workflows/record_pr.yml
@@ -20,7 +20,7 @@ jobs:
20
script: |
21
const script = require('.github/scripts/save_pr_details.js')
22
await script({github, context, core})
23
- - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
24
25
name: pr
26
path: pr.txt
0 commit comments