diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f59572b..0eca98b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: bash scripts/check-language-versions.sh - name: Setup Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: "3.12" diff --git a/.github/workflows/language-drift.yml b/.github/workflows/language-drift.yml index c383a99..e4bd381 100644 --- a/.github/workflows/language-drift.yml +++ b/.github/workflows/language-drift.yml @@ -52,7 +52,7 @@ jobs: persist-credentials: false - name: Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: "3.12" diff --git a/.github/workflows/workflow-security.yml b/.github/workflows/workflow-security.yml index e0f3883..70484fb 100644 --- a/.github/workflows/workflow-security.yml +++ b/.github/workflows/workflow-security.yml @@ -64,7 +64,7 @@ jobs: persist-credentials: false - name: Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: "3.12"