diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe5ede71..df460cf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: matrix: python: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0 - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # 8.3.2 with: python-version: ${{ matrix.python }} @@ -40,7 +40,7 @@ jobs: matrix: python: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0 - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # 8.3.2 with: python-version: ${{ matrix.python }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9e571200..994b6de1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0 - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # 8.3.2 - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # 6.3.0 with: diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index 45f6756e..4ba525bf 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -15,6 +15,6 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6 + - uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2d205b43..68bac2ff 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: name: Python lint and typecheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0 - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # 8.3.2 with: python-version: "3.14" diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 356c4085..a5806fe6 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -65,7 +65,7 @@ jobs: permission-pull-requests: write - name: Checkout release PR branch - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0 with: ref: ${{ fromJSON(needs.release-please.outputs.pr).headBranchName }} token: ${{ steps.generate-token.outputs.token }} @@ -190,7 +190,7 @@ jobs: permission-contents: write permission-pull-requests: write - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0 with: token: ${{ steps.generate-token.outputs.token }} @@ -221,7 +221,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0 - name: Install uv uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # 8.3.2