Commit 15bb522 1 parent e6c7922 commit 15bb522 Copy full SHA for 15bb522
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
name : PHP ${{ matrix.php-version }} Conformance Test
19
19
steps :
20
20
- name : Harden Runner
21
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
21
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
22
22
with :
23
23
egress-policy : block
24
24
allowed-endpoints : >
46
46
command : composer install
47
47
48
48
- name : Setup Go
49
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
49
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
50
50
with :
51
51
go-version : ' 1.20'
52
52
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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
20
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
21
21
with :
22
22
disable-sudo : true
23
23
egress-policy : block
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Harden Runner
15
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
15
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
16
16
with :
17
17
disable-sudo : true
18
18
egress-policy : block
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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
28
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
29
29
with :
30
30
disable-sudo : true
31
31
egress-policy : block
59
59
60
60
# Upload the results to GitHub's code scanning dashboard.
61
61
- name : " Upload to code-scanning"
62
- uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
62
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
63
63
with :
64
64
sarif_file : results.sarif
Original file line number Diff line number Diff line change 17
17
name : PHP ${{ matrix.php-versions }} Unit Test
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
20
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
21
21
with :
22
22
egress-policy : block
23
23
allowed-endpoints : >
You can’t perform that action at this time.
0 commit comments