Skip to content

Commit b6f11f8

Browse files
committed
Pin GitHub Actions to commit SHAs for supply chain security
1 parent 2471591 commit b6f11f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131

3232
steps:
3333
- name: Check out repo
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3535

3636
- name: Configure Python version
37-
uses: actions/setup-python@v4
37+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
3838
with:
3939
python-version: ${{ matrix.python_version }}
4040
architecture: x64

0 commit comments

Comments
 (0)