File tree 6 files changed +38
-3
lines changed
6 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 27
27
- windows-2022
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
30
+ - name : Harden Runner
31
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
32
+ with :
33
+ egress-policy : audit
34
+
30
35
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31
36
- name : Set up Python ${{ env.PYTHON_VERSION }}
32
37
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Original file line number Diff line number Diff line change 32
32
compiler : gcc # GCC is an alias for clang on the MacOS image.
33
33
runs-on : ${{ matrix.os }}
34
34
steps :
35
+ - name : Harden Runner
36
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
37
+ with :
38
+ egress-policy : audit
39
+
35
40
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
41
- name : Set up Python ${{ env.PYTHON_VERSION }}
37
42
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Original file line number Diff line number Diff line change 34
34
coverage-linux :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
+ - name : Harden Runner
38
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
39
+ with :
40
+ egress-policy : audit
41
+
37
42
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38
43
with :
39
44
persist-credentials : false
Original file line number Diff line number Diff line change 15
15
16
16
runs-on : ${{ matrix.os }}
17
17
steps :
18
+ - name : Harden Runner
19
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
20
+ with :
21
+ egress-policy : audit
22
+
18
23
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19
24
with :
20
25
fetch-depth : 0
Original file line number Diff line number Diff line change 12
12
outputs :
13
13
release_created : ${{ steps.release.outputs.release_created }}
14
14
steps :
15
- - uses : googleapis/release-please-action@v4
15
+ - name : Harden Runner
16
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
17
+ with :
18
+ egress-policy : audit
19
+
20
+ - uses : googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
16
21
id : release
17
22
with :
18
23
config-file : release-please-config.json
23
28
if : ${{ needs.release-please.outputs.release_created }}
24
29
runs-on : ubuntu-latest
25
30
steps :
26
- - uses : actions/checkout@v4
27
- - uses : actions/setup-node@v4
31
+ - name : Harden Runner
32
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
33
+ with :
34
+ egress-policy : audit
35
+
36
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37
+ - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
28
38
with :
29
39
node-version : lts/*
30
40
registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 13
13
pull-requests : write # for actions/stale to close stale PRs
14
14
runs-on : ubuntu-latest
15
15
steps :
16
+ - name : Harden Runner
17
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
18
+ with :
19
+ egress-policy : audit
20
+
16
21
- uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
17
22
with :
18
23
repo-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments