Skip to content

Commit f73ff17

Browse files
committed
Fix: upddate deprecated action versions
Signed-off-by: Anoop Gopalakrishnan <anoop2811@aol.in>
1 parent 33cd16d commit f73ff17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4848
# format to the repository Actions tab.
4949
- name: "Upload artifact"
50-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
50+
uses: actions/upload-artifact@134dcf33c0b9454c4b17a936843d7e21dccdc335 # v4.3.6
5151
with:
5252
name: SARIF file
5353
path: results.sarif

0 commit comments

Comments
 (0)