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

Commit facd715

Browse files
Bump actions/setup-python in the all-github-actions group
Bumps the all-github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0b93645...4237552) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66832de commit facd715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third_party_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: false
2727
- name: "setup python"
28-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
28+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
2929
with:
3030
python-version: '3.7.7' # install the python version needed
3131
- name: "extract deps, find commit hash, pass to osv-scanner"

0 commit comments

Comments
 (0)