Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 23654da

Browse files
Bump the github-actions group across 1 directory with 5 updates (#68)
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.7` | `4.2.2` | | [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `44` | `45` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.3.3` | `2.4.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.25.10` | `3.27.0` | Updates `actions/checkout` from 4.1.7 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.1.7...v4.2.2) Updates `tj-actions/changed-files` from 44 to 45 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v44...v45) Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) Updates `ossf/scorecard-action` from 2.3.3 to 2.4.0 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@dc50aa9...62b2cac) Updates `github/codeql-action` from 3.25.10 to 3.27.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@23acc5c...6624720) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2aee97 commit 23654da

20 files changed

+48
-48
lines changed

.github/workflows/build-ci-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "container-name-tag=$container_name:$tag" >> $GITHUB_OUTPUT
3535
3636
- name: Checkout LLVM
37-
uses: actions/checkout@v4.1.7
37+
uses: actions/checkout@v4.2.2
3838
with:
3939
sparse-checkout: .github/workflows/containers/github-action-ci/
4040

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
# a local checkout beforehand.
5959
- name: Fetch LLVM sources (Push)
6060
if: ${{ github.event_name == 'push' }}
61-
uses: actions/checkout@v4.1.7
61+
uses: actions/checkout@v4.2.2
6262
with:
6363
fetch-depth: 1
6464
- name: Get subprojects that have doc changes
6565
id: docs-changed-subprojects
66-
uses: tj-actions/changed-files@v44
66+
uses: tj-actions/changed-files@v45
6767
with:
6868
files_yaml: |
6969
llvm:
@@ -94,7 +94,7 @@ jobs:
9494
- 'flang/include/flang/Optimizer/Dialect/FIROps.td'
9595
- name: Fetch LLVM sources (PR)
9696
if: ${{ github.event_name == 'pull_request' }}
97-
uses: actions/checkout@v4.1.7
97+
uses: actions/checkout@v4.2.2
9898
with:
9999
fetch-depth: 1
100100
- name: Setup Python env

.github/workflows/issue-release-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
contains(github.event.action == 'opened' && github.event.issue.body || github.event.comment.body, '/cherry-pick')
4040
steps:
4141
- name: Fetch LLVM sources
42-
uses: actions/checkout@v4.1.7
42+
uses: actions/checkout@v4.2.2
4343
with:
4444
repository: llvm/llvm-project
4545
# GitHub stores the token used for checkout and uses it for pushes
@@ -74,7 +74,7 @@ jobs:
7474
7575
steps:
7676
- name: Fetch LLVM sources
77-
uses: actions/checkout@v4.1.7
77+
uses: actions/checkout@v4.2.2
7878
with:
7979
persist-credentials: false
8080

.github/workflows/issue-subscriber.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.repository == 'llvm/llvm-project'
1515
steps:
1616
- name: Checkout Automation Script
17-
uses: actions/checkout@v4.1.7
17+
uses: actions/checkout@v4.2.2
1818
with:
1919
sparse-checkout: llvm/utils/git/
2020
ref: main

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
LLVM_VERSION_PATCH: ${{ steps.version.outputs.LLVM_VERSION_PATCH }}
3939
steps:
4040
- name: Checkout source
41-
uses: actions/checkout@v4.1.7
41+
uses: actions/checkout@v4.2.2
4242
with:
4343
fetch-depth: 250
4444

@@ -130,7 +130,7 @@ jobs:
130130
sed -i 's/LLVM_[0-9]\+/LLVM_NOVERSION/' $lib-${{ matrix.ref }}.abi
131131
done
132132
- name: Upload ABI file
133-
uses: actions/upload-artifact@v3
133+
uses: actions/upload-artifact@v4
134134
with:
135135
name: ${{ matrix.name }}
136136
path: '*${{ matrix.ref }}.abi'
@@ -162,7 +162,7 @@ jobs:
162162
done
163163
- name: Upload ABI Comparison
164164
if: always()
165-
uses: actions/upload-artifact@v3
165+
uses: actions/upload-artifact@v4
166166
with:
167167
name: compat-report-${{ github.sha }}
168168
path: compat_reports/

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ jobs:
6868
cxx: 'g++-13'
6969
clang_tidy: 'OFF'
7070
steps:
71-
- uses: actions/checkout@v4.1.7
71+
- uses: actions/checkout@v4.2.2
7272
- name: ${{ matrix.config }}.${{ matrix.cxx }}
7373
run: libcxx/utils/ci/run-buildbot ${{ matrix.config }}
7474
env:
7575
CC: ${{ matrix.cc }}
7676
CXX: ${{ matrix.cxx }}
7777
ENABLE_CLANG_TIDY: ${{ matrix.clang_tidy }}
78-
- uses: actions/upload-artifact@v3
78+
- uses: actions/upload-artifact@v4
7979
if: always()
8080
with:
8181
name: ${{ matrix.config }}-${{ matrix.cxx }}-results
@@ -117,14 +117,14 @@ jobs:
117117
cxx: 'clang++-17'
118118
clang_tidy: 'OFF'
119119
steps:
120-
- uses: actions/checkout@v4.1.7
120+
- uses: actions/checkout@v4.2.2
121121
- name: ${{ matrix.config }}
122122
run: libcxx/utils/ci/run-buildbot ${{ matrix.config }}
123123
env:
124124
CC: ${{ matrix.cc }}
125125
CXX: ${{ matrix.cxx }}
126126
ENABLE_CLANG_TIDY: ${{ matrix.clang_tidy }}
127-
- uses: actions/upload-artifact@v3
127+
- uses: actions/upload-artifact@v4
128128
if: always() # Upload artifacts even if the build or test suite fails
129129
with:
130130
name: ${{ matrix.config }}-results
@@ -182,14 +182,14 @@ jobs:
182182
machine: libcxx-runners-8-set
183183
runs-on: ${{ matrix.machine }}
184184
steps:
185-
- uses: actions/checkout@v4.1.7
185+
- uses: actions/checkout@v4.2.2
186186
- name: ${{ matrix.config }}
187187
run: libcxx/utils/ci/run-buildbot ${{ matrix.config }}
188188
env:
189189
CC: clang-18
190190
CXX: clang++-18
191191
ENABLE_CLANG_TIDY: "OFF"
192-
- uses: actions/upload-artifact@v3
192+
- uses: actions/upload-artifact@v4
193193
if: always()
194194
with:
195195
name: ${{ matrix.config }}-results

.github/workflows/libcxx-check-generated-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Fetch LLVM sources
15-
uses: actions/checkout@v4.1.7
15+
uses: actions/checkout@v4.2.2
1616

1717
- name: Install dependencies
1818
uses: aminya/setup-cpp@v1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# actions/checkout deletes any existing files in the new git directory,
8787
# so this needs to either run before ccache-action or it has to use
8888
# clean: false.
89-
- uses: actions/checkout@v4.1.7
89+
- uses: actions/checkout@v4.2.2
9090
with:
9191
fetch-depth: 250
9292
- name: Setup ccache

.github/workflows/llvm-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
LLVM_VERSION_PATCH: ${{ steps.version.outputs.LLVM_VERSION_PATCH }}
4949
steps:
5050
- name: Checkout source
51-
uses: actions/checkout@v4.1.7
51+
uses: actions/checkout@v4.2.2
5252
with:
5353
fetch-depth: 250
5454

@@ -137,14 +137,14 @@ jobs:
137137
# Remove symbol versioning from dumps, so we can compare across major versions.
138138
sed -i 's/LLVM_${{ matrix.llvm_version_major }}/LLVM_NOVERSION/' ${{ matrix.ref }}.abi
139139
- name: Upload ABI file
140-
uses: actions/upload-artifact@v3
140+
uses: actions/upload-artifact@v4
141141
with:
142142
name: ${{ matrix.name }}
143143
path: ${{ matrix.ref }}.abi
144144

145145
- name: Upload symbol list file
146146
if: matrix.name == 'build-baseline'
147-
uses: actions/upload-artifact@v3
147+
uses: actions/upload-artifact@v4
148148
with:
149149
name: symbol-list
150150
path: llvm.symbols
@@ -186,7 +186,7 @@ jobs:
186186
abi-compliance-checker $EXTRA_ARGS -l libLLVM.so -old build-baseline/*.abi -new build-latest/*.abi || test "${{ needs.abi-dump-setup.outputs.ABI_HEADERS }}" = "llvm-c"
187187
- name: Upload ABI Comparison
188188
if: always()
189-
uses: actions/upload-artifact@v3
189+
uses: actions/upload-artifact@v4
190190
with:
191191
name: compat-report-${{ github.sha }}
192192
path: compat_reports/

.github/workflows/new-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
(github.event.pull_request.author_association != 'OWNER')
3636
steps:
3737
- name: Checkout Automation Script
38-
uses: actions/checkout@v4.1.7
38+
uses: actions/checkout@v4.2.2
3939
with:
4040
sparse-checkout: llvm/utils/git/
4141
ref: main

0 commit comments

Comments
 (0)