diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 22a3edb1ed..a68e2e6281 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -52,7 +52,7 @@ jobs: persist-credentials: false ref: ${{ inputs.ref }} - - uses: actions/setup-python@v6.3.0 + - uses: actions/setup-python@v7.0.0 with: cache: 'pip' python-version: 3.11 @@ -111,7 +111,7 @@ jobs: persist-credentials: false ref: ${{ inputs.ref }} - - uses: actions/setup-python@v6.3.0 + - uses: actions/setup-python@v7.0.0 with: # Build sdist on lowest supported Python python-version: "3.9" diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 1dbd7ff43a..5e1222b82b 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -81,7 +81,7 @@ jobs: path: dist/ - name: Publish package distributions to PyPI if: startsWith(env.DRY_RUN, 'false') - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # release/v1 post-publish: needs: [publish] diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 3d6a11cf5b..91af8d840c 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: Set up Python - uses: actions/setup-python@v6.3.0 + uses: actions/setup-python@v7.0.0 with: python-version: "3.10" diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index be31421289..6f052b63ae 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - uses: ./.github/actions/set-uv-exclude-newer - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: true python-version: "3.10" @@ -80,7 +80,7 @@ jobs: persist-credentials: false - uses: ./.github/actions/set-uv-exclude-newer - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: true python-version: ${{ matrix.python-version }} @@ -103,7 +103,7 @@ jobs: persist-credentials: false - uses: ./.github/actions/set-uv-exclude-newer - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: true python-version: "3.10" @@ -132,7 +132,7 @@ jobs: persist-credentials: false - uses: ./.github/actions/set-uv-exclude-newer - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: true python-version: "3.10" @@ -158,7 +158,7 @@ jobs: persist-credentials: false - uses: ./.github/actions/set-uv-exclude-newer - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: true python-version: "3.10" @@ -181,7 +181,7 @@ jobs: persist-credentials: false - uses: ./.github/actions/set-uv-exclude-newer - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: true python-version: "${{matrix.python}}" @@ -203,7 +203,7 @@ jobs: persist-credentials: false - uses: ./.github/actions/set-uv-exclude-newer - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: true python-version: "3.10" @@ -232,7 +232,7 @@ jobs: - uses: actions/checkout@v7.0.1 with: persist-credentials: false - - uses: actions/setup-python@v6.3.0 + - uses: actions/setup-python@v7.0.0 with: cache: 'pip' cache-dependency-path: 'pyproject.toml' @@ -266,7 +266,7 @@ jobs: mkdir test tar --strip-components=1 -zxf *.tar.gz -C ./test ls test - - uses: actions/setup-python@v6.3.0 + - uses: actions/setup-python@v7.0.0 with: cache: 'pip' cache-dependency-path: 'sdist/test/pyproject.toml' @@ -294,7 +294,7 @@ jobs: persist-credentials: false - uses: ./.github/actions/set-uv-exclude-newer - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: python-version: "3.9" - id: setup-mongodb diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index f333cfa665..2520b35175 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -18,4 +18,4 @@ jobs: with: persist-credentials: false - name: Run zizmor 🌈 - uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0 + uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1