diff --git a/.github/actions/setup-python-env/action.yml b/.github/actions/setup-python-env/action.yml index c7e0621..bcd285c 100644 --- a/.github/actions/setup-python-env/action.yml +++ b/.github/actions/setup-python-env/action.yml @@ -32,7 +32,7 @@ runs: using: composite steps: - name: Install uv - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: version: ${{ inputs.uv-version }} enable-cache: true diff --git a/.github/workflows/ci-meta.yml b/.github/workflows/ci-meta.yml index 8b6cae5..f910374 100644 --- a/.github/workflows/ci-meta.yml +++ b/.github/workflows/ci-meta.yml @@ -53,7 +53,7 @@ jobs: fetch-depth: 2 - name: Setup Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3f6bac5..ea4702f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -47,12 +47,12 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 with: languages: python build-mode: none - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 with: category: "/language:python" diff --git a/.github/workflows/policy-guard.yml b/.github/workflows/policy-guard.yml index 9b8c449..2813736 100644 --- a/.github/workflows/policy-guard.yml +++ b/.github/workflows/policy-guard.yml @@ -50,7 +50,7 @@ jobs: - name: Setup Python if: steps.detect.outputs.relevant == 'true' - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12" diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 6a2f7ac..2495170 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -35,7 +35,7 @@ jobs: timeout-minutes: 5 steps: - name: Apply area and type labels - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 + uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/labeler.yml diff --git a/.github/workflows/pr-status-comment.yml b/.github/workflows/pr-status-comment.yml index 64a28d1..fd1316f 100644 --- a/.github/workflows/pr-status-comment.yml +++ b/.github/workflows/pr-status-comment.yml @@ -129,7 +129,7 @@ jobs: - name: Upsert sticky PR comment if: steps.pr.outputs.skip != 'true' - uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 + uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5 with: header: bpetite-workflow-status number: ${{ steps.pr.outputs.pr_number }} diff --git a/.github/workflows/syntax.yml b/.github/workflows/syntax.yml index bbca6ed..fa1c31d 100644 --- a/.github/workflows/syntax.yml +++ b/.github/workflows/syntax.yml @@ -47,7 +47,7 @@ jobs: - name: Setup Python if: steps.detect.outputs.relevant == 'true' - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12"