File tree Expand file tree Collapse file tree 6 files changed +36
-0
lines changed Expand file tree Collapse file tree 6 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 18
18
issues : write
19
19
pull-requests : write
20
20
steps :
21
+ - name : Harden Runner
22
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
23
+ with :
24
+ egress-policy : audit
21
25
- uses : mheap/github-action-required-labels@8afbe8ae6ab7647d0c9f0cfa7c2f939650d22509 # v5.5
22
26
if : github.actor != 'dependabot[bot]'
23
27
with :
33
37
pull-requests : write
34
38
contents : write
35
39
steps :
40
+ - name : Harden Runner
41
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
42
+ with :
43
+ egress-policy : audit
36
44
- name : Install Speakeasy
37
45
uses : mheap/setup-go-cli@fa9b01cdd4115eac636164f0de43bf7d51c82697 # v1.2.2
38
46
with :
Original file line number Diff line number Diff line change 34
34
matrix :
35
35
language : [ 'go' ]
36
36
steps :
37
+ - name : Harden Runner
38
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
39
+ with :
40
+ egress-policy : audit
37
41
- name : Checkout repository
38
42
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
43
- name : Install Go
Original file line number Diff line number Diff line change 20
20
outputs :
21
21
result : ${{ steps.decision.outputs.result }}
22
22
steps :
23
+ - name : Harden Runner
24
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
25
+ with :
26
+ egress-policy : audit
23
27
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
28
with :
25
29
ref : ${{ github.event.pull_request.head.ref }}
41
45
- ubuntu-latest
42
46
if : needs.should-generate.outputs.result == 'true'
43
47
steps :
48
+ - name : Harden Runner
49
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
50
+ with :
51
+ egress-policy : audit
44
52
- name : Install Speakeasy
45
53
uses : mheap/setup-go-cli@fa9b01cdd4115eac636164f0de43bf7d51c82697 # v1.2.2
46
54
with :
Original file line number Diff line number Diff line change 27
27
- konnect-api-url : https://us.api.konghq.tech
28
28
- konnect-api-url : https://eu.api.konghq.tech
29
29
steps :
30
+ - name : Harden Runner
31
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
32
+ with :
33
+ egress-policy : audit
30
34
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31
35
32
36
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
Original file line number Diff line number Diff line change 19
19
permissions :
20
20
contents : write
21
21
steps :
22
+ - name : Harden Runner
23
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
24
+ with :
25
+ egress-policy : audit
22
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23
27
with :
24
28
# Allow goreleaser to access older tag information.
Original file line number Diff line number Diff line change 25
25
unit-tests :
26
26
runs-on : ubuntu-latest
27
27
steps :
28
+ - name : Harden Runner
29
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
30
+ with :
31
+ egress-policy : audit
28
32
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29
33
30
34
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
43
47
- konnect-api-url : https://us.api.konghq.tech
44
48
- konnect-api-url : https://eu.api.konghq.tech
45
49
steps :
50
+ - name : Harden Runner
51
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
52
+ with :
53
+ egress-policy : audit
46
54
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
47
55
48
56
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
You can’t perform that action at this time.
0 commit comments