Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a3006de

Browse files
Bump actions/setup-python from 4.4.0 to 4.5.0 (#38909)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@5ccb29d...d27e3f3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31f2020 commit a3006de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: false
2121
- name: "setup python"
22-
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
22+
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
2323
with:
2424
python-version: '3.7.7' # install the python version needed
2525
- name: "execute py script"

.github/workflows/third_party_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: setup python
30-
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
30+
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
3131
with:
3232
python-version: '3.7.7' # install the python version needed
3333

0 commit comments

Comments
 (0)