File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed 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
egress-policy : audit
24
24
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Harden Runner
17
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
17
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
18
18
with :
19
19
egress-policy : audit
20
20
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Harden Runner
28
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
28
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
29
29
with :
30
30
egress-policy : audit
31
31
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
egress-policy : audit
72
72
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : Harden Runner
36
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
36
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
37
37
with :
38
38
egress-policy : audit
39
39
89
89
90
90
steps :
91
91
- name : Harden Runner
92
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
92
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
93
93
with :
94
94
egress-policy : audit
95
95
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
steps :
111
111
- name : Harden Runner
112
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
112
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
113
113
with :
114
114
egress-policy : audit
115
115
@@ -139,7 +139,7 @@ jobs:
139
139
- name : Run Psalm
140
140
run : composer run test:lint -- --report=results.sarif
141
141
- name : " Upload SARIF"
142
- uses : github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
142
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3
143
143
with :
144
144
sarif_file : results.sarif
145
145
@@ -150,7 +150,7 @@ jobs:
150
150
151
151
steps :
152
152
- name : Harden Runner
153
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
153
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
154
154
with :
155
155
egress-policy : audit
156
156
Original file line number Diff line number Diff line change 40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- name : Harden Runner
43
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
43
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
44
44
with :
45
45
egress-policy : audit
46
46
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Harden Runner
35
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
35
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
36
36
with :
37
37
egress-policy : audit
38
38
76
76
# Upload the results to GitHub's code scanning dashboard (optional).
77
77
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
78
78
- name : " Upload to code-scanning"
79
- uses : github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
79
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
80
80
with :
81
81
sarif_file : results.sarif
Original file line number Diff line number Diff line change 46
46
47
47
steps :
48
48
- name : Harden Runner
49
- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
49
+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
50
50
with :
51
51
egress-policy : audit
52
52
You can’t perform that action at this time.
0 commit comments