Skip to content

Commit 9f36d5b

Browse files
committed
Update third-party-deps-scan.yml
Closes #60723 GitOrigin-RevId: f581f34 Change-Id: Ic190512ab0062fa3780b8a3158a8a2b0032ec771 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/428500 Reviewed-by: Ivan Inozemtsev <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent bbf5bf1 commit 9f36d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third-party-deps-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: "setup python"
2929
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
3030
with:
31-
python-version: '3.7.7' # install the python version needed
31+
python-version: '3.13.3' # install the python version needed
3232
- name: "extract deps, find commit hash, pass to osv-scanner"
3333
run: python .github/extract_deps.py --output osv-lockfile-${{github.sha}}.json
3434
- name: "upload osv-scanner deps"

0 commit comments

Comments
 (0)