diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5be65141d04b7..494fb660d9bec 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -102,7 +102,7 @@ jobs: with: fetch-depth: 1 - name: Setup Python env - uses: actions/setup-python@v5.4.0 + uses: actions/setup-python@v5.5.0 with: python-version: '3.11' cache: 'pip' diff --git a/.github/workflows/llvm-project-tests.yml b/.github/workflows/llvm-project-tests.yml index a6dd37cc0887d..e043c88fd45bf 100644 --- a/.github/workflows/llvm-project-tests.yml +++ b/.github/workflows/llvm-project-tests.yml @@ -82,7 +82,7 @@ jobs: # lldb. Using this setup-python action to make 3.10 the default # python fixes this. - name: Setup Python - uses: actions/setup-python@v5.4.0 + uses: actions/setup-python@v5.5.0 with: python-version: ${{ inputs.python_version }} - name: Install Ninja diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index 789a8f92b98a6..dbcefec6f1048 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -65,7 +65,7 @@ jobs: clangformat: 19.1.6 - name: Setup Python env - uses: actions/setup-python@v5.4.0 + uses: actions/setup-python@v5.5.0 with: python-version: '3.11' cache: 'pip' diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 9ee0b3f928b5c..5c3edecb08e69 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -67,7 +67,7 @@ jobs: steps: # It's good practice to use setup-python, but this is also required on macos-14 # due to https://github.com/actions/runner-images/issues/10385 - - uses: actions/setup-python@6ca8e8598faa206f7140a65ba31b899bebe16f58 + - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 with: python-version: '3.12' @@ -297,7 +297,7 @@ jobs: - name: Attest Build Provenance id: provenance - uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2 + uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3 with: subject-path: ${{ needs.prepare.outputs.release-binary-filename }} diff --git a/.github/workflows/release-documentation.yml b/.github/workflows/release-documentation.yml index e7fd01f19e894..b598fe32039c4 100644 --- a/.github/workflows/release-documentation.yml +++ b/.github/workflows/release-documentation.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Python env - uses: actions/setup-python@v5.4.0 + uses: actions/setup-python@v5.5.0 with: cache: 'pip' cache-dependency-path: './llvm/docs/requirements.txt' diff --git a/.github/workflows/release-doxygen.yml b/.github/workflows/release-doxygen.yml index 7db14d02c95ad..15d7008ec1602 100644 --- a/.github/workflows/release-doxygen.yml +++ b/.github/workflows/release-doxygen.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Python env - uses: actions/setup-python@v5.4.0 + uses: actions/setup-python@v5.5.0 with: cache: 'pip' cache-dependency-path: './llvm/docs/requirements.txt' diff --git a/.github/workflows/release-sources.yml b/.github/workflows/release-sources.yml index cc581e1fbaf84..b7cce4a70ee19 100644 --- a/.github/workflows/release-sources.yml +++ b/.github/workflows/release-sources.yml @@ -92,7 +92,7 @@ jobs: - name: Attest Build Provenance if: github.event_name != 'pull_request' id: provenance - uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2 + uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3 with: subject-path: "*.xz" - if: github.event_name != 'pull_request' diff --git a/.github/workflows/ur-precommit.yml b/.github/workflows/ur-precommit.yml index 32fedc832c89d..0f32c89a2ee96 100644 --- a/.github/workflows/ur-precommit.yml +++ b/.github/workflows/ur-precommit.yml @@ -87,7 +87,7 @@ jobs: - name: Checkout LLVM uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: actions/setup-python@6ca8e8598faa206f7140a65ba31b899bebe16f58 # v5.0.0 + - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.0.0 with: python-version: 3.9 diff --git a/.github/workflows/ur-source-checks.yml b/.github/workflows/ur-source-checks.yml index d1d41203dbde2..04ae7d9ac9679 100644 --- a/.github/workflows/ur-source-checks.yml +++ b/.github/workflows/ur-source-checks.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout LLVM uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: actions/setup-python@6ca8e8598faa206f7140a65ba31b899bebe16f58 # v5.0.0 + - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.0.0 with: python-version: 3.9