Skip to content

Commit 458ed7c

Browse files
committed
Update [Github] Update GHA Dependencies
1 parent 075e16f commit 458ed7c

27 files changed

Lines changed: 33 additions & 33 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_v3_${{ matrix.target }}_${{ matrix.build_type }}_${{ matrix.c_compiler }}

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
timeout-minutes: 20
5454
runs-on: ubuntu-24.04
5555
container:
56-
image: 'ghcr.io/llvm/libc-ubuntu-24.04:latest@sha256:a902fb53bdad5e4a4bb6c11b6584e717a7b3d6e886f1ea58e11f95e46226249c'
56+
image: 'ghcr.io/llvm/libc-ubuntu-24.04:latest@sha256:5044dc365f15410b2e57be57dbd1bc8696a9438424a2a4f79a47c398ad5c2c06'
5757
strategy:
5858
fail-fast: false # If one arch fails, let the other finish
5959
matrix:
@@ -127,7 +127,7 @@ jobs:
127127
timeout-minutes: 20
128128
runs-on: ubuntu-24.04
129129
container:
130-
image: 'ghcr.io/llvm/libc-ubuntu-24.04:latest@sha256:a902fb53bdad5e4a4bb6c11b6584e717a7b3d6e886f1ea58e11f95e46226249c'
130+
image: 'ghcr.io/llvm/libc-ubuntu-24.04:latest@sha256:5044dc365f15410b2e57be57dbd1bc8696a9438424a2a4f79a47c398ad5c2c06'
131131
strategy:
132132
fail-fast: false # If one arch fails, let the other finish
133133
matrix:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
needs: abi-dump-setup
9090
runs-on: ubuntu-24.04
9191
container:
92-
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:cb3aea3ecdd521194ca12cfa239ab5a53f9e160a13a55ae3abdc1dfbf134476e" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:9524b37c503f
92+
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:05942b5ca607c33c694b9f777df6068443fc0446c0cd61fa080c87b358ccaa6d" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:9524b37c503f
9393
strategy:
9494
matrix:
9595
name:
@@ -139,7 +139,7 @@ jobs:
139139
if: github.repository_owner == 'llvm'
140140
runs-on: ubuntu-24.04
141141
container:
142-
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:cb3aea3ecdd521194ca12cfa239ab5a53f9e160a13a55ae3abdc1dfbf134476e" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:9524b37c503f
142+
image: "ghcr.io/llvm/ci-ubuntu-24.04-abi-tests@sha256:05942b5ca607c33c694b9f777df6068443fc0446c0cd61fa080c87b358ccaa6d" #ghcr.io/llvm/ci-ubuntu-24.04-abi-tests:9524b37c503f
143143
needs:
144144
- abi-dump-setup
145145
- 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 }}

0 commit comments

Comments
 (0)