Skip to content

Commit b5da71c

Browse files
chore(deps): bump the github-actions group with 6 updates (#39)
Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.68.25` | `2.68.34` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.32.6` | `4.33.0` | | [github/gh-aw](https://github.com/github/gh-aw) | `0.56.2` | `0.58.3` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `8.0.0` | `8.0.1` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.5.0` | `2.6.1` | | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `4.0.0` | `4.1.0` | Updates `taiki-e/install-action` from 2.68.25 to 2.68.34 - [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@a37010d...de6bbd1) Updates `github/codeql-action` from 4.32.6 to 4.33.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@0d579ff...b1bff81) Updates `github/gh-aw` from 0.56.2 to 0.58.3 - [Release notes](https://github.com/github/gh-aw/releases) - [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md) - [Commits](github/gh-aw@f1073c5...08a903b) Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) Updates `softprops/action-gh-release` from 2.5.0 to 2.6.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@a06a81a...153bb8e) Updates `sigstore/cosign-installer` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@faadad0...ba7bc0a) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/gh-aw dependency-version: 0.58.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: sigstore/cosign-installer dependency-version: 4.1.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 8fb01b5 commit b5da71c

15 files changed

Lines changed: 36 additions & 36 deletions

.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@a37010ded18ff788be4440302bd6830b1ae50d8b
173+
taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
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@a37010ded18ff788be4440302bd6830b1ae50d8b
36+
taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
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@a37010ded18ff788be4440302bd6830b1ae50d8b
29+
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
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@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
33+
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
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@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
40+
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
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@a37010ded18ff788be4440302bd6830b1ae50d8b
36+
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
3737
with:
3838
tool: cargo-deny
3939

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

Lines changed: 11 additions & 11 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: 10 additions & 10 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@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
37+
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34
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@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
55+
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34
5656
with:
5757
tool: cargo-mutants@24.11.0
5858

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Create nightly release
41-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.2.0
41+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.2.0
4242
with:
4343
tag_name: nightly
4444
name: Nightly Build

0 commit comments

Comments
 (0)