mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 01:04:13 +00:00
Merge pull request #788 from dev-sec/renovate/actions-setup-python-digest
chore(deps): update actions/setup-python digest to f677139
This commit is contained in:
commit
83c5918339
6 changed files with 6 additions and 6 deletions
2
.github/workflows/mysql_hardening.yml
vendored
2
.github/workflows/mysql_hardening.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
submodules: true
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
|
||||
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
|
||||
|
|
2
.github/workflows/nginx_hardening.yml
vendored
2
.github/workflows/nginx_hardening.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
submodules: true
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
|
||||
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
|
||||
|
|
2
.github/workflows/os_hardening.yml
vendored
2
.github/workflows/os_hardening.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
submodules: true
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
|
||||
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
|
||||
|
|
2
.github/workflows/roles-readme.yml
vendored
2
.github/workflows/roles-readme.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
|
||||
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
|
||||
|
|
2
.github/workflows/ssh_hardening.yml
vendored
2
.github/workflows/ssh_hardening.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
submodules: true
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
|
||||
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
submodules: true
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
|
||||
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
|
||||
|
|
Loading…
Reference in a new issue