Skip to content

Commit fff77e5

Browse files
Update workflow action pins to latest versions (#6)
bump actions/download-artifact in the Upload Scorecard SARIF job from v5.0.0 to v8.0.1 (Node 24-compatible) bump ossf/scorecard-action from v2.4.1 to v2.4.3 in the analysis job keep the rest of the workflow behavior unchanged
1 parent f1b72b3 commit fff77e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
40+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
@@ -79,7 +79,7 @@ jobs:
7979

8080
steps:
8181
- name: "Download artifact"
82-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
82+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8383
with:
8484
name: SARIF file
8585
path: scorecard-artifacts

0 commit comments

Comments
 (0)