Skip to content

Commit 1b02ce6

Browse files
committed
Update [Github] Update GHA Dependencies
1 parent 4d33c69 commit 1b02ce6

12 files changed

Lines changed: 14 additions & 14 deletions

.github/workflows/ci-post-commit-analyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
persist-credentials: false
4747

4848
- name: Setup ccache
49-
uses: hendrikmuhs/ccache-action@33522472633dbd32578e909b315f5ee43ba878ce # v1.2.22
49+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
5050
with:
5151
# A full build of llvm, clang, lld, and lldb takes about 250MB
5252
# of ccache space. There's not much reason to have more than this,

.github/workflows/libc-fullbuild-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# Do not use direct GHAC access even though it is supported by sccache. GHAC rejects
118118
# frequent small object writes.
119119
- name: Setup ccache
120-
uses: hendrikmuhs/ccache-action@33522472633dbd32578e909b315f5ee43ba878ce # v1.2.22
120+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
121121
with:
122122
max-size: 1G
123123
key: libc_fullbuild_${{ matrix.c_compiler }}

.github/workflows/libc-overlay-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Do not use direct GHAC access even though it is supported by sccache. GHAC rejects
5454
# frequent small object writes.
5555
- name: Setup ccache
56-
uses: hendrikmuhs/ccache-action@33522472633dbd32578e909b315f5ee43ba878ce # v1.2.22
56+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
5757
with:
5858
max-size: 1G
5959
key: libc_overlay_build_${{ matrix.os }}_${{ matrix.compiler.c_compiler }}

.github/workflows/libclang-abi-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
needs: abi-dump-setup
8787
runs-on: ubuntu-24.04
8888
container:
89-
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:cb3aea3ecdd521194ca12cfa239ab5a53f9e160a13a55ae3abdc1dfbf134476e" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:9524b37c503f
89+
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:efa89c9ac6c1d3493b2e943d3d1e0c6d2a8a128840b48c14a4a003e1fee44d28" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:9524b37c503f
9090
strategy:
9191
matrix:
9292
name:
@@ -131,7 +131,7 @@ jobs:
131131
if: github.repository_owner == 'llvm'
132132
runs-on: ubuntu-24.04
133133
container:
134-
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:cb3aea3ecdd521194ca12cfa239ab5a53f9e160a13a55ae3abdc1dfbf134476e" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:9524b37c503f
134+
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:efa89c9ac6c1d3493b2e943d3d1e0c6d2a8a128840b48c14a4a003e1fee44d28" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:9524b37c503f
135135
needs:
136136
- abi-dump-setup
137137
- abi-dump

.github/workflows/libclang-python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
persist-credentials: false
4242
python-version: ${{ matrix.python-version }}
4343
- name: Setup ccache
44-
uses: hendrikmuhs/ccache-action@33522472633dbd32578e909b315f5ee43ba878ce # v1.2.22
44+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
4545
with:
4646
max-size: 2G
4747
key: spirv-ubuntu-24.04

.github/workflows/llvm-abi-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
needs: abi-dump-setup
7575
runs-on: ubuntu-24.04
7676
container:
77-
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:cb3aea3ecdd521194ca12cfa239ab5a53f9e160a13a55ae3abdc1dfbf134476e" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:bb0bd382ab2b"
77+
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:efa89c9ac6c1d3493b2e943d3d1e0c6d2a8a128840b48c14a4a003e1fee44d28" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:bb0bd382ab2b"
7878
strategy:
7979
matrix:
8080
name:
@@ -135,7 +135,7 @@ jobs:
135135
if: github.repository_owner == 'llvm'
136136
runs-on: ubuntu-24.04
137137
container:
138-
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:cb3aea3ecdd521194ca12cfa239ab5a53f9e160a13a55ae3abdc1dfbf134476e" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:bb0bd382ab2b
138+
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:efa89c9ac6c1d3493b2e943d3d1e0c6d2a8a128840b48c14a4a003e1fee44d28" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:bb0bd382ab2b
139139
needs:
140140
- abi-dump-setup
141141
- abi-dump

.github/workflows/llvm-bugs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
if: github.repository == 'llvm/llvm-project'
1616
steps:
17-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
17+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1818
with:
1919
node-version: 24
2020
check-latest: true

.github/workflows/mlir-spirv-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
persist-credentials: false
3434
- name: Setup ccache
35-
uses: hendrikmuhs/ccache-action@33522472633dbd32578e909b315f5ee43ba878ce # v1.2.22
35+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
3636
with:
3737
max-size: 2G
3838
key: spirv-mlir-ubuntu-24.04

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
persist-credentials: false
211211
fetch-depth: 2
212212
- name: Setup ccache
213-
uses: hendrikmuhs/ccache-action@33522472633dbd32578e909b315f5ee43ba878ce # v1.2.22
213+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
214214
with:
215215
max-size: "2000M"
216216
- name: Install Ninja

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
# get changed unexpectedly.
235235
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
236236
with:
237-
python-version: '3.11.9'
237+
python-version: '3.14.4'
238238

239239
# For some reason this is needed on Windows or else the build system can't find python3.lib.
240240
- name: Setup Python library path

0 commit comments

Comments
 (0)