File tree Expand file tree Collapse file tree 9 files changed +17
-19
lines changed
knowledge-base/actions/homebrew/actions/remove-disabled-formulae Expand file tree Collapse file tree 9 files changed +17
-19
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
20
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
21
21
with :
22
22
egress-policy : audit
23
23
24
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
25
25
with :
26
26
repository : step-security/secure-repo
27
27
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ jobs:
41
41
42
42
steps :
43
43
- name : Harden Runner
44
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
44
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde
45
45
with :
46
46
egress-policy : audit
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
49
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Harden Runner
18
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
18
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde
19
19
with :
20
20
egress-policy : audit
21
21
- name : Checkout
22
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
23
23
with :
24
24
fetch-depth : 0
25
25
- name : Set up Go
Original file line number Diff line number Diff line change 14
14
contents : read
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 # v1
17
+ - uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
18
18
with :
19
19
allowed-endpoints : >
20
20
api.github.com:443
25
25
objects.githubusercontent.com:443
26
26
golang.org:443
27
27
- name : Checkout
28
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2
29
29
with :
30
30
ref : ${{ github.event.pull_request.head.sha }}
31
31
- name : Set up Go
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
22
22
23
23
steps :
24
24
- name : Harden Runner
25
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
25
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde
26
26
with :
27
27
egress-policy : audit
28
28
29
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
30
30
with :
31
31
repository : step-security/secure-repo
32
32
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
20
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde
21
21
with :
22
22
egress-policy : audit
23
23
- name : Checkout
24
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
25
25
with :
26
26
fetch-depth : 0
27
27
- name : Set up Go
33
33
env :
34
34
PAT : ${{ secrets.PAT }}
35
35
36
- - uses : step-security/wait-for-secrets@1204ba02d7a707c4ef2e906d2ea1e36eebd9bbd2
36
+ - uses : step-security/wait-for-secrets@5809f7d044804a5a1d43217fa8f3e855939fc9ef
37
37
id : wait-for-secrets
38
38
with :
39
39
slack-webhook-url : ${{ secrets.SLACK_WEBHOOK_URL }}
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
33
33
steps :
34
34
- name : Harden Runner
35
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
35
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
36
36
with :
37
37
egress-policy : audit
38
38
39
39
- name : " Checkout code"
40
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
41
41
with :
42
42
persist-credentials : false
43
43
Original file line number Diff line number Diff line change 16
16
contents : read
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
19
+ - uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
20
20
with :
21
21
egress-policy : audit
22
22
allowed-endpoints : >
31
31
objects.githubusercontent.com:443
32
32
golang.org:443
33
33
- name : Checkout
34
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
34
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
35
35
with :
36
36
ref : ${{ github.event.pull_request.head.sha }}
37
37
- name : Set up Go
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments