Skip to content

Commit 687521b

Browse files
chore(deps): bump the actions group with 3 updates
Bumps the actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [taiki-e/install-action](https://github.com/taiki-e/install-action) and [hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml](https://github.com/hyperpolymath/panic-attack). Updates `github/codeql-action` from 4.37.7 to 4.37.8 - [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.7...v4.37.8) Updates `taiki-e/install-action` from 2.86.4 to 2.86.7 - [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.86.4...v2.86.7) Updates `hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml` from 0d531555f4c04f086f0af58ec34e1bb27145fdbe to 363418220e76b4f193cc876161b4f86ed4dc54c5 - [Release notes](https://github.com/hyperpolymath/panic-attack/releases) - [Changelog](https://github.com/hyperpolymath/panic-attack/blob/main/CHANGELOG.adoc) - [Commits](hyperpolymath/panic-attack@0d53155...3634182) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: taiki-e/install-action dependency-version: 2.86.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml dependency-version: 363418220e76b4f193cc876161b4f86ed4dc54c5 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e53de2 commit 687521b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

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

4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@v4.37.7
46+
uses: github/codeql-action/init@v4.37.8
4747
with:
4848
languages: ${{ matrix.language }}
4949
build-mode: ${{ matrix.build-mode }}
5050

5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@v4.37.7
52+
uses: github/codeql-action/analyze@v4.37.8
5353
with:
5454
category: "/language:${{ matrix.language }}"

.github/workflows/mvp-smoke.yml

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

4343
- name: Install just
44-
uses: taiki-e/install-action@v2.86.4
44+
uses: taiki-e/install-action@v2.86.7
4545
with:
4646
# Governance R1 requires versioned family-tool pins
4747
# (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
@@ -42,7 +42,7 @@ jobs:
4242
- name: Cache Cargo
4343
uses: Swatinem/rust-cache@v2.9.2
4444
- name: Install just
45-
uses: taiki-e/install-action@v2.86.4
45+
uses: taiki-e/install-action@v2.86.7
4646
with:
4747
tool: just@1.51.0
4848
- name: Install system dependencies

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ permissions:
2222

2323
jobs:
2424
scan:
25-
uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@0d531555f4c04f086f0af58ec34e1bb27145fdbe # main 2026-07-07 (skip dispatch without VERISIMDB_PAT)
25+
uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@363418220e76b4f193cc876161b4f86ed4dc54c5 # main 2026-07-07 (skip dispatch without VERISIMDB_PAT)
2626
secrets:
2727
VERISIMDB_PAT: ${{ secrets.VERISIMDB_PAT }}

0 commit comments

Comments
 (0)