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

Commit 36f6635

Browse files
Bump actions/setup-python from 4.3.0 to 4.4.0 (#38502)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.0...5ccb29d) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e26a9b6 commit 36f6635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecards-analysis.yml

+1-1
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@13ae5bb136fac2878aff31522b9efb785519f984
22+
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
2323
with:
2424
python-version: '3.7.7' # install the python version needed
2525
- name: "execute py script"

.github/workflows/third_party_scan.yml

+1-1
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@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
30+
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
3131
with:
3232
python-version: '3.7.7' # install the python version needed
3333

0 commit comments

Comments
 (0)