From e5f19e9e51cfc2f906d1a1954ff8dd3d037a8bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 23:55:24 +0000 Subject: [PATCH] ci(actions): bump actions/setup-python from 6.2.0 to 6.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/operator-gated-reopen.yml | 2 +- .github/workflows/rust-ci.yml | 2 +- .github/workflows/sbom.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ba7db14..9298b52f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y libmariadb-dev pkg-config - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: ${{ matrix.python-version }} @@ -97,7 +97,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y libmariadb-dev pkg-config - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12" @@ -123,7 +123,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y libmariadb-dev pkg-config - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12" @@ -151,7 +151,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y libmariadb-dev pkg-config - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12" @@ -217,7 +217,7 @@ jobs: - name: Set up Python if: steps.sonar_token.outputs.present == '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/operator-gated-reopen.yml b/.github/workflows/operator-gated-reopen.yml index 0d86e575..2dfc1554 100644 --- a/.github/workflows/operator-gated-reopen.yml +++ b/.github/workflows/operator-gated-reopen.yml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: Set up Python - uses: actions/setup-python@a309ff8b3a37ed9102738c8e3c5c0c03e8e2a2b0 # v6.2.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.13" diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 5bb0a670..fa0aac55 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -48,7 +48,7 @@ jobs: # PyO3 needs a Python interpreter visible at link time; setup-python # exports PYO3_PYTHON-compatible env via PATH so cargo builds find it. - name: Set up Python (for PyO3 link) - 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/sbom.yml b/.github/workflows/sbom.yml index e29652a5..2972ec64 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -49,7 +49,7 @@ jobs: persist-credentials: false - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "3.12"