File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 39
39
runs-on : ubuntu-22.04
40
40
steps :
41
41
- name : Harden Runner
42
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
42
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
43
43
with :
44
44
egress-policy : audit
45
45
73
73
# Right now this is handled by the e2e suite, but we can migrate that here.
74
74
steps :
75
75
- name : Harden Runner
76
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
76
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
77
77
with :
78
78
egress-policy : audit
79
79
@@ -104,7 +104,7 @@ jobs:
104
104
runs-on : ubuntu-22.04
105
105
steps :
106
106
- name : Harden Runner
107
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
107
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
108
108
with :
109
109
egress-policy : audit
110
110
@@ -131,7 +131,7 @@ jobs:
131
131
FRONTEND_REF : localhost:5000/dalec/frontend
132
132
steps :
133
133
- name : Harden Runner
134
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
134
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
135
135
with :
136
136
egress-policy : audit
137
137
Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Harden Runner
44
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
44
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
45
45
with :
46
46
egress-policy : audit
47
47
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
53
+ uses : github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
54
54
with :
55
55
languages : ${{ matrix.language }}
56
56
# If you wish to specify custom queries, you can do so here or in a config file.
60
60
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
61
61
# If this step fails, then you should remove it and run the build manually (see below)
62
62
- name : Autobuild
63
- uses : github/codeql-action/autobuild@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
63
+ uses : github/codeql-action/autobuild@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
64
64
65
65
# ℹ️ Command-line programs to run using the OS shell.
66
66
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
73
73
# ./location_of_script_within_repo/buildscript.sh
74
74
75
75
- name : Perform CodeQL Analysis
76
- uses : github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
76
+ uses : github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
77
77
with :
78
78
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
20
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
21
21
with :
22
22
egress-policy : audit
23
23
Original file line number Diff line number Diff line change 29
29
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30
30
31
31
- name : Harden Runner
32
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6
32
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
33
33
with :
34
34
disable-sudo : true
35
35
egress-policy : block
Original file line number Diff line number Diff line change 28
28
packages : write
29
29
steps :
30
30
- name : Harden Runner
31
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
31
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
32
32
with :
33
33
egress-policy : audit
34
34
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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
34
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.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@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
74
+ uses : github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments