Skip to content

Commit

Permalink
Renovate Update actions/setup-python digest to b8cf3eb
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 0c7834f commit 5002eb2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
(inputs.specific_path == 'all' || inputs.specific_path == matrix.svc_prefix)
- name: install python
uses: actions/setup-python@1928ae624dc06094d8c65f021a4700ea8fa56b9d # [email protected]
uses: actions/setup-python@b8cf3eb1ebc9c7f906e4ca96fcdf2e289e25d230 # [email protected]
with:
python-version: '3.12'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_ecr-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
role-session-name: OPGUseAnLPAECRScanGithubAction

- name: install python
uses: actions/setup-python@1928ae624dc06094d8c65f021a4700ea8fa56b9d # [email protected]
uses: actions/setup-python@b8cf3eb1ebc9c7f906e4ca96fcdf2e289e25d230 # [email protected]
with:
python-version: '3.10'
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run-behat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # pin@v3

- name: install python
uses: actions/setup-python@1928ae624dc06094d8c65f021a4700ea8fa56b9d # [email protected]
uses: actions/setup-python@b8cf3eb1ebc9c7f906e4ca96fcdf2e289e25d230 # [email protected]
with:
python-version: '3.10'
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_seed-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: terraform/environment

- name: install python
uses: actions/setup-python@1928ae624dc06094d8c65f021a4700ea8fa56b9d # [email protected]
uses: actions/setup-python@b8cf3eb1ebc9c7f906e4ca96fcdf2e289e25d230 # [email protected]
with:
python-version: '3.10'
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_slack-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # pin@v3

- name: install python
uses: actions/setup-python@1928ae624dc06094d8c65f021a4700ea8fa56b9d # [email protected]
uses: actions/setup-python@b8cf3eb1ebc9c7f906e4ca96fcdf2e289e25d230 # [email protected]
with:
python-version: '3.10'
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy_scan_alert_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # pin@v3

- name: install python
uses: actions/setup-python@1928ae624dc06094d8c65f021a4700ea8fa56b9d # [email protected]
uses: actions/setup-python@b8cf3eb1ebc9c7f906e4ca96fcdf2e289e25d230 # [email protected]
with:
python-version: '3.10'
cache: 'pip'
Expand Down

0 comments on commit 5002eb2

Please sign in to comment.