diff --git a/.github/workflows/ci_verifyauth.yml b/.github/workflows/ci_verifyauth.yml index f4105dcef..ef40fbb11 100644 --- a/.github/workflows/ci_verifyauth.yml +++ b/.github/workflows/ci_verifyauth.yml @@ -87,7 +87,7 @@ jobs: working-directory: ./Lighthouse.EndToEndTests - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: '3.11' diff --git a/.github/workflows/ci_verifypostgres.yml b/.github/workflows/ci_verifypostgres.yml index 25d5e706c..cab85d833 100644 --- a/.github/workflows/ci_verifypostgres.yml +++ b/.github/workflows/ci_verifypostgres.yml @@ -102,7 +102,7 @@ jobs: working-directory: ./Lighthouse.EndToEndTests - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: '3.11' diff --git a/.github/workflows/ci_verifysqlite.yml b/.github/workflows/ci_verifysqlite.yml index c599c3f51..d35f3accd 100644 --- a/.github/workflows/ci_verifysqlite.yml +++ b/.github/workflows/ci_verifysqlite.yml @@ -89,7 +89,7 @@ jobs: working-directory: ./Lighthouse.EndToEndTests - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: "3.11" diff --git a/.github/workflows/generate-license.yml b/.github/workflows/generate-license.yml index b754ba6ac..b996ead77 100644 --- a/.github/workflows/generate-license.yml +++ b/.github/workflows/generate-license.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: '3.10' diff --git a/.github/workflows/updatedemoenv.yml b/.github/workflows/updatedemoenv.yml index 748f6923a..e263f4347 100644 --- a/.github/workflows/updatedemoenv.yml +++ b/.github/workflows/updatedemoenv.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: '0' - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: '3.10'