Skip to content

Commit cfc0a08

Browse files
authored
Merge pull request #521 from roydahan/ci/pin-github-actions-to-sha
ci: pin GitHub Actions to commit SHAs
2 parents 46044e2 + 86cc565 commit cfc0a08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-roles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- rockylinux9
3030
- rockylinux10
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3333
with:
3434
submodules: recursive
3535
- name: Set up Python 3
36-
uses: actions/setup-python@v4
36+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3737
with:
3838
python-version: "3.10"
3939
- name: Install dependencies

0 commit comments

Comments
 (0)