Skip to content

Commit 8a600fc

Browse files
dependabot[bot]VorpalBlade
authored andcommitted
chore(deps): bump the actions group with 4 updates
Bumps the actions group with 4 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [Swatinem/rust-cache](https://github.com/swatinem/rust-cache), [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.62.56 to 2.62.60 - [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@f79fe75...3575e53) Updates `Swatinem/rust-cache` from 2.8.1 to 2.8.2 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@f13886b...779680d) Updates `github/codeql-action` from 4.31.4 to 4.31.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e12f017...fdbfb4d) Updates `release-plz/action` from 0.5.118 to 0.5.119 - [Release notes](https://github.com/release-plz/action/releases) - [Commits](release-plz/action@d529f73...1efcf74) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: Swatinem/rust-cache dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.31.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: release-plz/action dependency-version: 0.5.119 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23e9f66 commit 8a600fc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/act_build.yml

Lines changed: 2 additions & 2 deletions
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@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 # v2.62.56
70+
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # v2.62.60
7171
with:
7272
tool: cross@latest
7373
# Cache doesn't work when cross compiling anyway.
@@ -142,7 +142,7 @@ jobs:
142142
- name: Disable cargo workspace hack (to properly test features)
143143
run: cargo hakari disable
144144
- name: Cache builds
145-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
145+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
146146
- name: Compile
147147
run: cargo test --locked ${{ matrix.features }} --verbose --no-run
148148
- name: Test

.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@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 # v2.62.56
102+
- uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # v2.62.60
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: cargo binstall --no-confirm --no-symlinks clippy-sarif sarif-fmt
3131

3232
- name: Cache builds
33-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
33+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
3434

3535
- name: Run rust-clippy
3636
run: |
@@ -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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v3.29.5
44+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # 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@d529f731ae3e89610ada96eda34e5c6ba3b12214 # v0.5.118
33+
uses: release-plz/action@1efcf74dfcd6e500990dad806e286899ae384064 # v0.5.119
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@d529f731ae3e89610ada96eda34e5c6ba3b12214 # v0.5.118
61+
uses: release-plz/action@1efcf74dfcd6e500990dad806e286899ae384064 # v0.5.119
6262
with:
6363
command: release-pr
6464
env:

0 commit comments

Comments
 (0)