From 80e8aa801fdb4823fa6a45edcd9a0f6da514ae37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:46:55 +0000 Subject: [PATCH] Bump actions/setup-python from 5.2.0 to 5.3.0 Closes https://github.com/dart-lang/sdk/pull/56974 GitOrigin-RevId: 138278bc9f852c92fbfbd735536b6998bbfbb590 Change-Id: Ibd2a321fdd86c95caf1122ab28a0bb0427c75e9b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/392085 Reviewed-by: Alexander Thomas --- .github/workflows/third-party-deps-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/third-party-deps-scan.yml b/.github/workflows/third-party-deps-scan.yml index ee7c0f15fd7..1c726562a92 100644 --- a/.github/workflows/third-party-deps-scan.yml +++ b/.github/workflows/third-party-deps-scan.yml @@ -26,7 +26,7 @@ jobs: with: persist-credentials: false - name: "setup python" - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b with: python-version: '3.7.7' # install the python version needed - name: "extract deps, find commit hash, pass to osv-scanner"