File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
# To guarantee Maintained check is occasionally updated. See
11
11
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12
12
schedule :
13
- - cron : ' 39 14 * * 5 '
13
+ - cron : ' 31 21 * * 3 '
14
14
push :
15
15
branches : [ "master" ]
16
16
31
31
# actions: read
32
32
33
33
steps :
34
- - name : Harden Runner
34
+ - name : Harden the runner (Audit all outbound calls)
35
35
uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
36
36
with :
37
37
egress-policy : audit
64
64
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
65
65
# format to the repository Actions tab.
66
66
- name : " Upload artifact"
67
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
67
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
68
68
with :
69
69
name : SARIF file
70
70
path : results.sarif
73
73
# Upload the results to GitHub's code scanning dashboard (optional).
74
74
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
75
75
- name : " Upload to code-scanning"
76
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
76
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
77
77
with :
78
78
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments