Commit 140d786 1 parent a03f0d1 commit 140d786 Copy full SHA for 140d786
File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
21
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
22
22
with :
23
23
egress-policy : block
24
24
allowed-endpoints : >
39
39
php-version : ${{ matrix.php-version }}
40
40
41
41
- name : Install Dependencies
42
- uses : nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
42
+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
43
43
with :
44
44
timeout_minutes : 10
45
45
max_attempts : 3
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
20
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
15
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
28
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
29
29
with :
30
30
disable-sudo : true
31
31
egress-policy : block
47
47
persist-credentials : false
48
48
49
49
- name : " Run analysis"
50
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
50
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
51
51
with :
52
52
results_file : results.sarif
53
53
results_format : sarif
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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
62
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
20
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
21
21
with :
22
22
egress-policy : block
23
23
allowed-endpoints : >
42
42
with :
43
43
php-version : ${{ matrix.php-versions }}
44
44
- name : Install Dependencies
45
- uses : nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
45
+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
46
46
with :
47
47
timeout_minutes : 10
48
48
max_attempts : 3
You can’t perform that action at this time.
0 commit comments