File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
42
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
43
43
with :
44
44
egress-policy : audit
45
45
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
runs-on : ubuntu-22.04
111
111
steps :
112
112
- name : Harden Runner
113
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
113
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
114
114
with :
115
115
egress-policy : audit
116
116
Original file line number Diff line number Diff line change 50
50
51
51
steps :
52
52
- name : Harden Runner
53
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
53
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
54
54
with :
55
55
egress-policy : audit
56
56
61
61
62
62
# Initializes the CodeQL tools for scanning.
63
63
- name : Initialize CodeQL
64
- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
64
+ uses : github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
65
65
with :
66
66
languages : ${{ matrix.language }}
67
67
# If you wish to specify custom queries, you can do so here or in a config file.
82
82
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
83
83
# If this step fails, then you should remove it and run the build manually (see below)
84
84
- name : Autobuild
85
- uses : github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
85
+ uses : github/codeql-action/autobuild@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
86
86
87
87
# ℹ️ Command-line programs to run using the OS shell.
88
88
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
95
95
# ./location_of_script_within_repo/buildscript.sh
96
96
97
97
- name : Perform CodeQL Analysis
98
- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
98
+ uses : github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
99
99
with :
100
100
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-22.04
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
20
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
21
21
with :
22
22
egress-policy : audit
23
23
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Harden Runner
34
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
34
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
35
35
with :
36
36
egress-policy : audit
37
37
71
71
72
72
# Upload the results to GitHub's code scanning dashboard.
73
73
- name : " Upload to code-scanning"
74
- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
74
+ uses : github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments