Skip to content

Commit 60718d6

Browse files
dependabot[bot]martinvonz
authored andcommitted
github: bump the github-dependencies group with 3 updates
Bumps the github-dependencies group with 3 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [cachix/install-nix-action](https://github.com/cachix/install-nix-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `taiki-e/install-action` from 2.62.38 to 2.62.45 - [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@c5b1b6f...81ee1d4) Updates `cachix/install-nix-action` from 31.8.1 to 31.8.2 - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md) - [Commits](cachix/install-nix-action@fd24c48...456688f) Updates `github/codeql-action` from 4.31.0 to 4.31.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@4e94bd1...0499de3) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: cachix/install-nix-action dependency-version: 31.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b409aa3 commit 60718d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
7070
with:
7171
toolchain: 1.88
72-
- uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b
72+
- uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb
7373
with:
7474
tool: nextest
7575
- name: Install mold
@@ -125,7 +125,7 @@ jobs:
125125
with:
126126
fetch-depth: 0
127127
persist-credentials: false
128-
- uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7
128+
- uses: cachix/install-nix-action@456688f15bc354bef6d396e4a35f4f89d40bf2b7
129129
- run: nix flake check -L --show-trace
130130

131131
check-protos:
@@ -289,7 +289,7 @@ jobs:
289289
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
290290

291291
- name: Upload SARIF file
292-
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb
292+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
293293
with:
294294
sarif_file: results.sarif
295295
category: zizmor

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646

4747
# Upload the results to GitHub's code scanning dashboard.
4848
- name: "Upload to code-scanning"
49-
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb
49+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
5050
with:
5151
sarif_file: results.sarif

0 commit comments

Comments
 (0)