Skip to content

Commit e0059b9

Browse files
committed
fix(scorecard): Could not pin upload-sarif action
Signed-off-by: Helio Chissini de Castro <dev@heliocastro.info>
1 parent 07eadf5 commit e0059b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
# To guarantee Maintained check is occasionally updated. See
1111
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1212
schedule:
13-
- cron: '19 19 * * 4'
13+
- cron: "19 19 * * 4"
1414
push:
15-
branches: [ "main" ]
15+
branches: ["main"]
1616
workflow_dispatch:
1717

1818
# Declare default permissions as read only.
@@ -38,7 +38,7 @@ jobs:
3838
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
3939
with:
4040
egress-policy: audit
41-
41+
4242
- name: "Checkout code"
4343
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
with:
@@ -79,6 +79,6 @@ jobs:
7979
# Upload the results to GitHub's code scanning dashboard (optional).
8080
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
8181
- name: "Upload to code-scanning"
82-
uses: github/codeql-action/upload-sarif@f0489abddd4e5e9dff53ed28a45b1d6f88978a1b
82+
uses: github/codeql-action/upload-sarif@v3
8383
with:
8484
sarif_file: results.sarif

0 commit comments

Comments
 (0)