| commit | facd71549e739b08db8dfc4e577469201120c771 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Feb 04 06:40:13 2025 +0000 |
| committer | GitHub <noreply@github.com> | Tue Feb 04 06:40:13 2025 +0000 |
| tree | bebed3e95186a3443c3e338e4e57bc360475fe66 | |
| parent | 66832de608c9f61e4db04589d52b2b899bca38eb [diff] |
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](https://github.com/actions/setup-python/compare/0b93645e9fea7318ecaed2b359559ac225c90a2b...42375524e23c412d93fb67b49958b491fce71c38) --- 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>
diff --git a/.github/workflows/third_party_scan.yml b/.github/workflows/third_party_scan.yml index f9bead3..38349e3 100644 --- a/.github/workflows/third_party_scan.yml +++ b/.github/workflows/third_party_scan.yml
@@ -25,7 +25,7 @@ with: persist-credentials: false - name: "setup python" - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 with: python-version: '3.7.7' # install the python version needed - name: "extract deps, find commit hash, pass to osv-scanner"