Skip to content

Commit e944dc6

Browse files
authored
Specific versions of immutable Actions vs commit hashes
1 parent 0242c84 commit e944dc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scorecard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: "Checkout code"
32-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32+
uses: actions/checkout@4.2.2
3333
with:
3434
persist-credentials: false
3535

@@ -49,7 +49,7 @@ jobs:
4949
# uploads of run results in SARIF format to the repository Actions tab.
5050
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
5151
- name: "Upload artifact"
52-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
52+
uses: actions/upload-artifact@4.6.2
5353
with:
5454
name: SARIF file
5555
path: results.sarif
@@ -58,6 +58,6 @@ jobs:
5858
# Upload the results to GitHub's code scanning dashboard (optional).
5959
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6060
- name: "Upload to code-scanning"
61-
uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
61+
uses: github/codeql-action/upload-sarif@3.28.12
6262
with:
6363
sarif_file: results.sarif

0 commit comments

Comments
 (0)