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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
21
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
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@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
49
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
50
50
with :
51
- go-version : ' 1.20 '
51
+ go-version : ' 1.24 '
52
52
53
53
- name : Run HTTP conformance tests
54
54
uses : GoogleCloudPlatform/functions-framework-conformance/action@72a4f36b10f1c6435ab1a86a9ea24bda464cc262 # v1.8.6
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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
20
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
21
21
with :
22
22
disable-sudo : true
23
23
egress-policy : block
28
28
- name : ' Checkout Repository'
29
29
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
- name : ' Dependency Review'
31
- uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5 .0
31
+ uses : actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6 .0
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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
15
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
28
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
62
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
20
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
21
21
with :
22
22
egress-policy : block
23
23
allowed-endpoints : >
You can’t perform that action at this time.
0 commit comments