diff --git a/.github/workflows/third-party-deps-scan.yml b/.github/workflows/third-party-deps-scan.yml index 17425809d3fe..7c0be941c488 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@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"