Skip to content

Commit 15bdf00

Browse files
dependabot[bot]VorpalBlade
authored andcommitted
chore(deps): bump the actions group with 3 updates
Bumps the actions group with 3 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [github/codeql-action](https://github.com/github/codeql-action) and [release-plz/action](https://github.com/release-plz/action). Updates `taiki-e/install-action` from 2.67.18 to 2.67.26 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@650c5ca...5095654) Updates `github/codeql-action` from 4.32.0 to 4.32.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b20883b...45cbd0c) Updates `release-plz/action` from 0.5.124 to 0.5.126 - [Release notes](https://github.com/release-plz/action/releases) - [Commits](release-plz/action@e592230...52440b5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.67.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.32.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: release-plz/action dependency-version: 0.5.126 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4079abe commit 15bdf00

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/act_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "# Ld"
6868
ld -v
6969
- name: Install cross
70-
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
70+
uses: taiki-e/install-action@509565405a8a987e73cf742e26b26dcc72c4b01a # v2.67.26
7171
with:
7272
tool: cross@latest
7373
# Cache doesn't work when cross compiling anyway.

.github/workflows/act_build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
persist-credentials: false
100100
- name: Install Rust toolchain
101101
uses: dtolnay/rust-toolchain@stable
102-
- uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
102+
- uses: taiki-e/install-action@509565405a8a987e73cf742e26b26dcc72c4b01a # v2.67.26
103103
with:
104104
tool: cross@latest
105105
- uses: taiki-e/upload-rust-binary-action@3962470d6e7f1993108411bc3f75a135ec67fc8c # v1.27.0

.github/workflows/act_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
continue-on-error: true
4242

4343
- name: Upload analysis results to GitHub
44-
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3.29.5
44+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v3.29.5
4545
with:
4646
sarif_file: rust-clippy-results.sarif
4747
wait-for-processing: true

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Rust toolchain
3131
uses: dtolnay/rust-toolchain@stable
3232
- name: Run release-plz
33-
uses: release-plz/action@e592230ad39e3ec735402572601fc621aa24355c # v0.5.124
33+
uses: release-plz/action@52440b50d383aa252927de395c8b2c1e0a9cf8e9 # v0.5.126
3434
with:
3535
command: release
3636
env:
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install Rust toolchain
5959
uses: dtolnay/rust-toolchain@stable
6060
- name: Run release-plz
61-
uses: release-plz/action@e592230ad39e3ec735402572601fc621aa24355c # v0.5.124
61+
uses: release-plz/action@52440b50d383aa252927de395c8b2c1e0a9cf8e9 # v0.5.126
6262
with:
6363
command: release-pr
6464
env:

0 commit comments

Comments
 (0)