Skip to content

Commit 548e888

Browse files
chore(deps): update actions/setup-python action to v6 (#901)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77f0d32 commit 548e888

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
@@ -62,7 +62,7 @@ jobs:
6262
submodules: true
6363

6464
- name: Set up Python
65-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
65+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
6666
with:
6767
python-version: 3.13
6868
cache: 'pip'

.github/workflows/nginx_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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
64+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
6565
with:
6666
python-version: 3.13
6767
cache: 'pip'

.github/workflows/os_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
submodules: true
6767

6868
- name: Set up Python
69-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
69+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
7070
with:
7171
python-version: 3.13
7272
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3131

3232
- name: Set up Python
33-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
33+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
3434
with:
3535
python-version: 3.13
3636
cache: 'pip'

.github/workflows/ssh_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
submodules: true
7070

7171
- name: Set up Python
72-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
72+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
7373
with:
7474
python-version: 3.13
7575
cache: 'pip'

.github/workflows/ssh_hardening_custom_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
submodules: true
7070

7171
- name: Set up Python
72-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
72+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
7373
with:
7474
python-version: 3.13
7575
cache: 'pip'

0 commit comments

Comments
 (0)