Skip to content

Commit 4e91981

Browse files
chore(deps): bump the github-actions group with 4 updates (#30)
Bumps the github-actions group with 4 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [github/codeql-action](https://github.com/github/codeql-action), [github/gh-aw](https://github.com/github/gh-aw) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `taiki-e/install-action` from 2.68.8 to 2.68.16 - [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@cfdb446...d6e286f) Updates `github/codeql-action` from 4.32.4 to 4.32.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@89a39a4...c793b71) Updates `github/gh-aw` from 0.47.1 to 0.51.6 - [Release notes](https://github.com/github/gh-aw/releases) - [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md) - [Commits](github/gh-aw@v0.47.1...33cd6c7) Updates `crate-ci/typos` from 1.43.5 to 1.44.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@57b11c6...631208b) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/gh-aw dependency-version: 0.51.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: crate-ci/typos dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 241faca commit 4e91981

13 files changed

+23
-23
lines changed

.github/workflows/ci-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: Install cargo-deny
171171
# v2.67.25
172172
uses: >-
173-
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
173+
taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
174174
with:
175175
tool: cargo-deny
176176

.github/workflows/ci-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install cargo-llvm-cov
3434
# v2.67.25
3535
uses: >-
36-
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
36+
taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
3737
with:
3838
tool: cargo-llvm-cov@0.6.14
3939

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install analysis tools
2828
# v2.67.18
29-
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
29+
uses: taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
3030
with:
3131
tool: cargo-geiger,cargo-bloat
3232

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030

3131
- name: Initialize CodeQL
3232
# yamllint disable-line rule:line-length
33-
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
33+
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
3434
with:
3535
languages: rust
3636
build-mode: none
3737

3838
- name: Perform CodeQL analysis
3939
# yamllint disable-line rule:line-length
40-
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
40+
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
4141
with:
4242
category: "/language:rust"

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Install cargo-deny
3535
# v2.67.25
36-
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
36+
uses: taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
3737
with:
3838
tool: cargo-deny
3939

.github/workflows/daily-docs-review.lock.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/docs-freshness.lock.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/fuzz-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
toolchain: nightly
3535

3636
- name: Install cargo-fuzz
37-
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940 # v2.68.8
37+
uses: taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12 # v2.68.16
3838
with:
3939
tool: cargo-fuzz@0.12.0
4040

.github/workflows/mutation-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
key: ${{ runner.os }}-target-mutation-${{ hashFiles('**/Cargo.lock') }}
5353

5454
- name: Install cargo-mutants
55-
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940 # v2.68.8
55+
uses: taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12 # v2.68.16
5656
with:
5757
tool: cargo-mutants@24.11.0
5858

.github/workflows/release-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
- name: Install cargo-deb
208208
# v2.67.25
209209
uses: >-
210-
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
210+
taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
211211
with:
212212
tool: cargo-deb@2.7.0
213213

@@ -254,7 +254,7 @@ jobs:
254254
- name: Install cargo-generate-rpm
255255
# v2.67.25
256256
uses: >-
257-
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
257+
taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
258258
with:
259259
tool: cargo-generate-rpm@0.15.1
260260

0 commit comments

Comments
 (0)