Skip to content

Commit c9397cf

Browse files
chore(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `github/codeql-action` from 4.37.6 to 4.37.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.37.6...v4.37.7) Updates `taiki-e/install-action` from 2.85.11 to 2.86.3 - [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@v2.85.11...v2.86.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: taiki-e/install-action dependency-version: 2.86.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19eb239 commit c9397cf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
uses: actions/checkout@v7.0.1
4343

4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v4.37.6
45+
uses: github/codeql-action/init@v4.37.7
4646
with:
4747
languages: ${{ matrix.language }}
4848
build-mode: ${{ matrix.build-mode }}
4949

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v4.37.6
51+
uses: github/codeql-action/analyze@v4.37.7
5252
with:
5353
category: "/language:${{ matrix.language }}"

.github/workflows/mvp-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: Swatinem/rust-cache@v2.9.2
4141

4242
- name: Install just
43-
uses: taiki-e/install-action@v2.85.11
43+
uses: taiki-e/install-action@v2.86.3
4444
with:
4545
# Governance R1 requires versioned family-tool pins
4646
# (just|must|trust|adjust|bust|dust|intend); bare `tool: just`

.github/workflows/s4-loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Cache Cargo
4242
uses: Swatinem/rust-cache@v2.9.2
4343
- name: Install just
44-
uses: taiki-e/install-action@v2.85.11
44+
uses: taiki-e/install-action@v2.86.3
4545
with:
4646
tool: just@1.51.0
4747
- name: Install system dependencies

0 commit comments

Comments
 (0)