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.
scorecard.yml
1 parent 2d10f67 commit 61cbfe8Copy full SHA for 61cbfe8
1 file changed
.github/workflows/scorecard.yml
@@ -33,6 +33,11 @@ jobs:
33
# actions: read
34
35
steps:
36
+ - name: Harden the runner (Audit all outbound calls)
37
+ uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
38
+ with:
39
+ egress-policy: audit
40
+
41
- name: "Checkout code"
42
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
with:
@@ -73,6 +78,6 @@ jobs:
73
78
# Upload the results to GitHub's code scanning dashboard (optional).
74
79
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
75
80
- name: "Upload to code-scanning"
76
- uses: github/codeql-action/upload-sarif@v3
81
+ uses: github/codeql-action/upload-sarif@ae9ef3a1d2e3413523c3741725c30064970cc0d4 # v3.32.5
77
82
83
sarif_file: results.sarif
0 commit comments