File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 66 greeting :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/first-interaction@v1
9+ - name : Harden the runner (Audit all outbound calls)
10+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
11+ with :
12+ egress-policy : audit
13+
14+ - uses : actions/first-interaction@3c71ce730280171fd1cfb57c00c774f8998586f7 # v1
1015 with :
1116 repo-token : ${{ secrets.GITHUB_TOKEN }}
1217 issue-message : |
Original file line number Diff line number Diff line change 66 reviewdog :
77 runs-on : ubuntu-latest
88 steps :
9+ - name : Harden the runner (Audit all outbound calls)
10+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
11+ with :
12+ egress-policy : audit
13+
914 - name : Install Requirements
1015 run : |
1116 mkdir -p $HOME/bin
1419 python3 -m pip install setuptools
1520 python3 -m pip install pylint
1621 python3 -m pip install netapp-ontap
17- - uses : actions/checkout@v2
22+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
1823 - name : Run reviewdog
1924 env :
2025 REVIEWDOG_GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments