Skip to content

Commit c6c650c

Browse files
SDL fixes 2 (#43)
* Bump braces from 3.0.2 to 3.0.3 in /mlir/utils/vscode Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump packaging Bumps the llvm-docs-requirements group with 1 update in the /llvm/docs directory: [packaging](https://github.com/pypa/packaging). Updates `packaging` from 24.0 to 24.1 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.0...24.1) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: llvm-docs-requirements ... Signed-off-by: dependabot[bot] <[email protected]> * Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 3.1.0 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v3.1.0...v4.1.7) Updates `github/codeql-action` from 3.25.8 to 3.25.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@2e230e8...23acc5c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> * Bump urllib3 from 2.0.7 to 2.2.2 in /llvm/utils/git Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.0.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump urllib3 from 2.2.1 to 2.2.2 in /llvm/docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump minimatch from 3.0.4 to 3.1.2 in /mlir/utils/vscode Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump semver from 5.7.1 to 5.7.2 in /llvm/utils/vscode/llvm Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump gitpython from 3.1.32 to 3.1.41 in /llvm/utils/git Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.32...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump qs from 6.10.1 to 6.12.1 in /mlir/utils/vscode Bumps [qs](https://github.com/ljharb/qs) from 6.10.1 to 6.12.1. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.10.1...v6.12.1) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * cryptography version is bumped * Bump urllib3 version * Bump requests version * Bump idna version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee2d72d commit c6c650c

25 files changed

+324
-124
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
37+
uses: actions/checkout@v4.1.7
3838
with:
3939
sparse-checkout: .github/workflows/containers/github-action-ci/
4040

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# a local checkout beforehand.
5959
- name: Fetch LLVM sources (Push)
6060
if: ${{ github.event_name == 'push' }}
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v4.1.7
6262
with:
6363
fetch-depth: 1
6464
- name: Get subprojects that have doc changes
@@ -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
97+
uses: actions/checkout@v4.1.7
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
42+
uses: actions/checkout@v4.1.7
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
77+
uses: actions/checkout@v4.1.7
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
17+
uses: actions/checkout@v4.1.7
1818
with:
1919
sparse-checkout: llvm/utils/git/
2020
ref: main

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

Lines changed: 1 addition & 1 deletion
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
41+
uses: actions/checkout@v4.1.7
4242
with:
4343
fetch-depth: 250
4444

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
cxx: 'g++-13'
6969
clang_tidy: 'OFF'
7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v4.1.7
7272
- name: ${{ matrix.config }}.${{ matrix.cxx }}
7373
run: libcxx/utils/ci/run-buildbot ${{ matrix.config }}
7474
env:
@@ -117,7 +117,7 @@ jobs:
117117
cxx: 'clang++-17'
118118
clang_tidy: 'OFF'
119119
steps:
120-
- uses: actions/checkout@v4
120+
- uses: actions/checkout@v4.1.7
121121
- name: ${{ matrix.config }}
122122
run: libcxx/utils/ci/run-buildbot ${{ matrix.config }}
123123
env:
@@ -182,7 +182,7 @@ jobs:
182182
machine: libcxx-runners-8-set
183183
runs-on: ${{ matrix.machine }}
184184
steps:
185-
- uses: actions/checkout@v4
185+
- uses: actions/checkout@v4.1.7
186186
- name: ${{ matrix.config }}
187187
run: libcxx/utils/ci/run-buildbot ${{ matrix.config }}
188188
env:

.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
15+
uses: actions/checkout@v4.1.7
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
89+
- uses: actions/checkout@v4.1.7
9090
with:
9191
fetch-depth: 250
9292
- name: Setup ccache

.github/workflows/llvm-tests.yml

Lines changed: 1 addition & 1 deletion
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
51+
uses: actions/checkout@v4.1.7
5252
with:
5353
fetch-depth: 250
5454

.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
38+
uses: actions/checkout@v4.1.7
3939
with:
4040
sparse-checkout: llvm/utils/git/
4141
ref: main

0 commit comments

Comments
 (0)