Skip to content

Commit ad47d9a

Browse files
committed
Update versions of GHA actions
Some of the actions were out of date.
1 parent 33f6fd5 commit ad47d9a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/osv-scanner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
SHELLOPTS: ${{inputs.debug && 'xtrace' || '' }}
9191
steps:
9292
- name: Check out a copy of the git repository
93-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
93+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9494
with:
9595
fetch-depth: 0
9696

@@ -149,7 +149,7 @@ jobs:
149149

150150
- if: github.event.inputs.debug == true
151151
name: Upload results as artifacts to the workflow Summary page
152-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
152+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
153153
with:
154154
name: SARIF file
155155
path: results.sarif

.github/workflows/scorecard-scanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
timeout-minutes: 15
6868
steps:
6969
- name: Check out a copy of the git repository
70-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7171
with:
7272
persist-credentials: false
7373

0 commit comments

Comments
 (0)