Skip to content

Commit c8547e6

Browse files
dependabot[bot]thoughtpolice
authored andcommitted
github: bump the github-dependencies group with 2 updates
Bumps the github-dependencies group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action). Updates `taiki-e/install-action` from 2.52.1 to 2.52.4 - [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@6c6479b...735e593) Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@f49aabe...05b42c6) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.52.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: ossf/scorecard-action dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92cd17c commit c8547e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
6262
with:
6363
toolchain: 1.84
64-
- uses: taiki-e/install-action@6c6479b49816fcc0975a31af977bdc1f847c2920
64+
- uses: taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1
6565
with:
6666
tool: nextest,taplo-cli
6767
- name: Install mold

.github/workflows/scorecards.yml

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

2828
- name: "Run analysis"
29-
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186
29+
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde
3030
with:
3131
results_file: results.sarif
3232
results_format: sarif

0 commit comments

Comments
 (0)