Skip to content

Commit 8582cae

Browse files
authored
Merge pull request #844 from dev-sec/renovate/actions-setup-python-digest
chore(deps): update actions/setup-python digest to 4237552
2 parents 22aec47 + 4644144 commit 8582cae

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/mysql_hardening.yml

Lines changed: 1 addition & 1 deletion
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
60+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
6161
with:
6262
python-version: 3.12
6363
cache: 'pip'

.github/workflows/nginx_hardening.yml

Lines changed: 1 addition & 1 deletion
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
59+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
6060
with:
6161
python-version: 3.12
6262
cache: 'pip'

.github/workflows/os_hardening.yml

Lines changed: 1 addition & 1 deletion
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
64+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
6565
with:
6666
python-version: 3.12
6767
cache: 'pip'

.github/workflows/roles-readme.yml

Lines changed: 1 addition & 1 deletion
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
33+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
3434
with:
3535
python-version: 3.12
3636
cache: 'pip'

.github/workflows/ssh_hardening.yml

Lines changed: 1 addition & 1 deletion
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
67+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
6868
with:
6969
python-version: 3.12
7070
cache: 'pip'

.github/workflows/ssh_hardening_custom_tests.yml

Lines changed: 1 addition & 1 deletion
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
67+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
6868
with:
6969
python-version: 3.12
7070
cache: 'pip'

0 commit comments

Comments
 (0)