File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# devctl
4
4
#
5
- # https://github.com/giantswarm/devctl/blob/741e96905ca7745c9cf18fe30bbbd16a0ffcc378 /pkg/gen/input/workflows/internal/file/run_ossf_scorecard.yaml.template
5
+ # https://github.com/giantswarm/devctl/blob/0a98d52f349ee9221b336515b877cd4a728ea9ca /pkg/gen/input/workflows/internal/file/run_ossf_scorecard.yaml.template
6
6
#
7
7
8
8
# This workflow uses actions that are not certified by GitHub. They are provided
@@ -67,14 +67,14 @@ jobs:
67
67
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
68
68
# format to the repository Actions tab.
69
69
- name : " Upload artifact"
70
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
70
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
71
71
with :
72
72
name : SARIF file
73
73
path : results.sarif
74
74
retention-days : 5
75
75
76
76
# Upload the results to GitHub's code scanning dashboard.
77
77
- name : " Upload to code-scanning"
78
- uses : github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
78
+ uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
79
79
with :
80
80
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments