diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d8f5b059..ace36ccf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: with: python-version: ${{ env.python_version }} - name: Install uv - uses: astral-sh/setup-uv@f731690a1dacb2f6393acc910887b8cda1a97789 # v0.4.17 + uses: astral-sh/setup-uv@f3bcaebff5eace81a1c062af9f9011aae482ca9d # v0.4.17 with: enable-cache: true cache-dependency-glob: ".pre-commit-config.yaml" @@ -65,7 +65,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Install uv - uses: astral-sh/setup-uv@f731690a1dacb2f6393acc910887b8cda1a97789 # v0.4.17 + uses: astral-sh/setup-uv@f3bcaebff5eace81a1c062af9f9011aae482ca9d # v0.4.17 with: enable-cache: true cache-dependency-glob: "uv.lock" @@ -105,7 +105,7 @@ jobs: with: python-version: ${{ env.python_version }} - name: Install uv - uses: astral-sh/setup-uv@f731690a1dacb2f6393acc910887b8cda1a97789 # v0.4.17 + uses: astral-sh/setup-uv@f3bcaebff5eace81a1c062af9f9011aae482ca9d # v0.4.17 with: enable-cache: true cache-dependency-glob: "uv.lock" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8d7d2be6c..f18bb566f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,11 +32,11 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12 + uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 with: languages: python - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12 + uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 with: category: "/language:python" diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 92be3d720..ed7838077 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -71,6 +71,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12 + uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 with: sarif_file: results.sarif