Bump actions/setup-python from 5.1.0 to 5.1.1

Closes https://github.com/dart-lang/sdk/pull/56237

GitOrigin-RevId: b5e80ae2095773873c09388585a890b36b9b8761
Change-Id: I1dd4199ebe87177f53cc1c89f106aea0466961c7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/375620
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
diff --git a/.github/workflows/third-party-deps-scan.yml b/.github/workflows/third-party-deps-scan.yml
index edab479..0aa83e1 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@82c7e631bb3cdc910f68e0081d67478d79c6982d
+        uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
         with:
           python-version: '3.7.7' # install the python version needed
       - name: "extract deps, find commit hash, pass to osv-scanner"