Skip to content

Commit 47ff6e4

Browse files
authored
Merge pull request #814 from dev-sec/renovate/actions-setup-python-digest
Update actions/setup-python digest to 0b93645
2 parents ad79abb + f2af5f0 commit 47ff6e4

6 files changed

+6
-6
lines changed

Diff for: .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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
60+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
6161
with:
6262
python-version: 3.12
6363
cache: 'pip'

Diff for: .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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
59+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
6060
with:
6161
python-version: 3.12
6262
cache: 'pip'

Diff for: .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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
64+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
6565
with:
6666
python-version: 3.12
6767
cache: 'pip'

Diff for: .github/workflows/roles-readme.yml

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

3232
- name: Set up Python
33-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
33+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
3434
with:
3535
python-version: 3.12
3636
cache: 'pip'

Diff for: .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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
67+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
6868
with:
6969
python-version: 3.12
7070
cache: 'pip'

Diff for: .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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
67+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
6868
with:
6969
python-version: 3.12
7070
cache: 'pip'

0 commit comments

Comments
 (0)