Skip to content

Commit 22b568b

Browse files
Antony BaileyAntony Bailey
authored andcommitted
attempt to improve security
1 parent b8e2aeb commit 22b568b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/sha-pins.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ jobs:
1616
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
20-
with:
21-
python-version: '3.11'
19+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
20+
with:
21+
python-version: '3.11'
2222

2323
- name: Install dependencies
24-
run: |
25-
python -m pip install --upgrade pip
26-
pip install PyGithub pyyaml
24+
run: |
25+
python -m pip install --upgrade pip
26+
pip install PyGithub pyyaml
2727
2828
- name: Check workflows and update action references
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
run: |
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
run: |
3232
python - <<'EOF'
3333
import os
3434
import re

0 commit comments

Comments
 (0)