Skip to content

Commit 72297cf

Browse files
authored
Merge pull request #859 from dev-sec/renovate/actions-setup-python-digest
chore(deps): update actions/setup-python digest to 8d9ed9a
2 parents a60279a + 86a1570 commit 72297cf

6 files changed

+6
-6
lines changed

.github/workflows/mysql_hardening.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
submodules: true
5858

5959
- name: Set up Python
60-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
60+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
6161
with:
6262
python-version: 3.12
6363
cache: 'pip'

.github/workflows/nginx_hardening.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
submodules: true
5757

5858
- name: Set up Python
59-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
59+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
6060
with:
6161
python-version: 3.12
6262
cache: 'pip'

.github/workflows/os_hardening.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
submodules: true
6262

6363
- name: Set up Python
64-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
64+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
6565
with:
6666
python-version: 3.12
6767
cache: 'pip'

.github/workflows/roles-readme.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131

3232
- name: Set up Python
33-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
33+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
3434
with:
3535
python-version: 3.12
3636
cache: 'pip'

.github/workflows/ssh_hardening.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
submodules: true
6565

6666
- name: Set up Python
67-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
67+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
6868
with:
6969
python-version: 3.12
7070
cache: 'pip'

.github/workflows/ssh_hardening_custom_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
submodules: true
6565

6666
- name: Set up Python
67-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
67+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
6868
with:
6969
python-version: 3.12
7070
cache: 'pip'

0 commit comments

Comments
 (0)