Skip to content

Commit 6e90587

Browse files
committed
Update [Github] Update GHA Dependencies
1 parent 59681c6 commit 6e90587

24 files changed

Lines changed: 28 additions & 28 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/commit-access-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install --require-hashes -r ./llvm/utils/git/requirements.txt
2727
2828
- id: app-token
29-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
29+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
3030
with:
3131
client-id: ${{ secrets.LLVM_TOKEN_GENERATOR_CLIENT_ID }}
3232
private-key: ${{ secrets.LLVM_TOKEN_GENERATOR_PRIVATE_KEY }}

.github/workflows/gha-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
sparse-checkout: |
3131
.github/
3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
33+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
3434
with:
3535
languages: actions
3636
queries: security-extended
3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
38+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0

.github/workflows/issue-subscriber.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install --require-hashes -r requirements.txt
3030
3131
- id: app-token
32-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
32+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
3333
with:
3434
client-id: ${{ secrets.LLVM_TOKEN_GENERATOR_CLIENT_ID }}
3535
private-key: ${{ secrets.LLVM_TOKEN_GENERATOR_PRIVATE_KEY }}

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Do not use direct GHAC access even though it is supported by sccache. GHAC rejects
5555
# frequent small object writes.
5656
- name: Setup ccache
57-
uses: hendrikmuhs/ccache-action@33522472633dbd32578e909b315f5ee43ba878ce # v1.2.22
57+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
5858
with:
5959
max-size: 1G
6060
key: libc_overlay_build_v2_${{ 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:cdf0ff4b2ae61a5ccc973a0ba82465bc6d98f8c0ec4faecd2df7e09b363dae62" #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:cdf0ff4b2ae61a5ccc973a0ba82465bc6d98f8c0ec4faecd2df7e09b363dae62" #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/libcxx-build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
TAG: ${{ github.sha }}
5252

5353
- name: Log in to GitHub Container Registry
54-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
54+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
5555
with:
5656
registry: ghcr.io
5757
username: ${{ github.actor }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
needs: abi-dump-setup
7878
runs-on: ubuntu-24.04
7979
container:
80-
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:cb3aea3ecdd521194ca12cfa239ab5a53f9e160a13a55ae3abdc1dfbf134476e" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:bb0bd382ab2b"
80+
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:cdf0ff4b2ae61a5ccc973a0ba82465bc6d98f8c0ec4faecd2df7e09b363dae62" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:bb0bd382ab2b"
8181
strategy:
8282
matrix:
8383
name:
@@ -142,7 +142,7 @@ jobs:
142142
if: github.repository_owner == 'llvm'
143143
runs-on: ubuntu-24.04
144144
container:
145-
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:cb3aea3ecdd521194ca12cfa239ab5a53f9e160a13a55ae3abdc1dfbf134476e" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:bb0bd382ab2b
145+
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:cdf0ff4b2ae61a5ccc973a0ba82465bc6d98f8c0ec4faecd2df7e09b363dae62" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:bb0bd382ab2b
146146
needs:
147147
- abi-dump-setup
148148
- abi-dump

0 commit comments

Comments
 (0)