diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c981e0..5a302d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: version: 10.28.1 - name: Setup Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 with: python-version: "3.12" @@ -276,7 +276,7 @@ jobs: run: pnpm run test:security:audit:rust - name: Setup Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 with: python-version: "3.12" diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 9291186..1d6d862 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -30,7 +30,7 @@ jobs: cache-dependency-path: pnpm-lock.yaml - name: Setup Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 with: python-version: "3.12"