File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Harden Runner
42
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
42
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
43
43
with :
44
44
disable-sudo : true
45
45
egress-policy : block
@@ -66,12 +66,12 @@ jobs:
66
66
67
67
# Initializes the CodeQL tools for scanning.
68
68
- name : Initialize CodeQL
69
- uses : github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
69
+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
70
70
with :
71
71
languages : ${{ matrix.language }}
72
72
73
73
- name : Autobuild
74
- uses : github/codeql-action/autobuild@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
74
+ uses : github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
75
75
76
76
# ℹ️ Command-line programs to run using the OS shell.
77
77
# 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
85
85
# make release
86
86
87
87
- name : Perform CodeQL Analysis
88
- uses : github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
88
+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Harden Runner
19
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
19
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
20
20
with :
21
21
disable-sudo : true
22
22
egress-policy : block
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Harden Runner
21
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
21
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
22
22
with :
23
23
disable-sudo : true
24
24
egress-policy : audit
64
64
65
65
steps :
66
66
- name : Harden Runner
67
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
67
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
68
68
with :
69
69
disable-sudo : true
70
70
egress-policy : audit
Original file line number Diff line number Diff line change 62
62
63
63
# Upload the results to GitHub's code scanning dashboard.
64
64
- name : " Upload to code-scanning"
65
- uses : github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
65
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
66
66
with :
67
67
sarif_file : results.sarif
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
20
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
21
21
with :
22
22
disable-sudo : true
23
23
egress-policy : audit
66
66
67
67
steps :
68
68
- name : Harden Runner
69
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
69
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
70
70
with :
71
71
disable-sudo : true
72
72
egress-policy : audit
You can’t perform that action at this time.
0 commit comments