File tree Expand file tree Collapse file tree 7 files changed +0
-45
lines changed Expand file tree Collapse file tree 7 files changed +0
-45
lines changed Original file line number Diff line number Diff line change 3232 actionlint :
3333 runs-on : ubuntu-latest
3434 steps :
35- - name : " Harden Runner"
36- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
37- with :
38- egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
39-
4035 - name : " Checkout"
4136 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4237 with :
Original file line number Diff line number Diff line change 3232 markdown-lint :
3333 runs-on : ubuntu-latest
3434 steps :
35- - name : " Harden Runner"
36- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
37- with :
38- egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
3935 - name : " Checkout"
4036 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4137 with :
Original file line number Diff line number Diff line change 6464 commands : |
6565 tox -e validate-pipelines
6666 steps :
67- - name : " Harden Runner"
68- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
69- with :
70- egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
71-
7267 - name : " Checkout"
7368 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7469 with :
Original file line number Diff line number Diff line change 3636 name : Build and check packages
3737 runs-on : ubuntu-latest
3838 steps :
39- - name : " Harden Runner"
40- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
41- with :
42- egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
43-
44-
4539 - name : " Checkout"
4640 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4741 with :
6660 needs : build-package
6761
6862 steps :
69- - name : " Harden Runner"
70- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
71- with :
72- egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
73-
7463 - name : " Download build artifacts"
7564 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
7665 with :
9887 needs : build-package
9988
10089 steps :
101- - name : " Harden Runner"
102- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
103- with :
104- egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
105-
10690 - name : " Download build artifacts"
10791 uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
10892 with :
Original file line number Diff line number Diff line change 3131 name : Spellcheck (en_US)
3232 runs-on : ubuntu-latest
3333 steps :
34- - name : " Harden Runner"
35- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
36- with :
37- egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
38-
3934 - name : " Checkout"
4035 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4136 with :
Original file line number Diff line number Diff line change 2323 pull-requests : write
2424 runs-on : ubuntu-latest
2525 steps :
26- - name : " Harden Runner"
27- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
28- with :
29- egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
30-
3126 - name : " Stale Action"
3227 uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
3328 with :
Original file line number Diff line number Diff line change 5555 - python : " 3.12"
5656 platform : " macos-latest"
5757 steps :
58- - name : " Harden Runner"
59- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
60- with :
61- egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
62-
6358 - name : Checkout
6459 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6560 with :
You can’t perform that action at this time.
0 commit comments