File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 11name : python
22on : [push]
33
4+ permissions :
5+ contents : read
6+
47jobs :
58 build :
69 runs-on : ubuntu-latest
710 steps :
8- - uses : actions/checkout@v4
11+ - name : Harden the runner (Audit all outbound calls)
12+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
13+ with :
14+ egress-policy : audit
15+
16+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
917 - name : Set up Python
10- uses : actions/setup-python@v4
18+ uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
1119 with :
1220 python-version : ' 3.9'
1321
2432 run : make tests
2533
2634 - name : Upload coverage to Codecov
27- uses : codecov/codecov-action@v3
35+ uses : codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
You can’t perform that action at this time.
0 commit comments