| commit | d2dcfee01496be37fce24b092a9b83f8d9a254e6 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Sep 06 12:01:20 2024 +0000 |
| committer | Alexander Thomas <athom@google.com> | Fri Sep 06 12:01:20 2024 +0000 |
| tree | af0b249aa1ed85318115ad66e6a6d404560d94ae | |
| parent | 2f6a6f48d14adcb037a53137626f945d116b826f [diff] |
Bump actions/setup-python from 5.1.1 to 5.2.0 Closes https://github.com/dart-lang/sdk/pull/56630 GitOrigin-RevId: 40f73f7fb53993636d5e61af0b3aa8943f62bc0e Change-Id: I814303bafe1c9e0a4bce0339496da13464e90eaf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/383200 Reviewed-by: Alexander Thomas <athom@google.com>
diff --git a/.github/workflows/third-party-deps-scan.yml b/.github/workflows/third-party-deps-scan.yml index 594e5c3..6d4efcd 100644 --- a/.github/workflows/third-party-deps-scan.yml +++ b/.github/workflows/third-party-deps-scan.yml
@@ -26,7 +26,7 @@ with: persist-credentials: false - name: "setup python" - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 with: python-version: '3.7.7' # install the python version needed - name: "extract deps, find commit hash, pass to osv-scanner"