Skip to content

Commit 569da2b

Browse files
chore(deps): bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [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.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.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@v2.85.11...v2.86.4) Updates `hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml` from 887ca863ab0837be4d0002d33389862be8c7bee5 to 0d531555f4c04f086f0af58ec34e1bb27145fdbe - [Release notes](https://github.com/hyperpolymath/panic-attack/releases) - [Changelog](https://github.com/hyperpolymath/panic-attack/blob/main/CHANGELOG.md) - [Commits](hyperpolymath/panic-attack@887ca86...0d53155) --- 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.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml dependency-version: 0d531555f4c04f086f0af58ec34e1bb27145fdbe dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4aa24fd commit 569da2b

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
@@ -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.4
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.4
4545
with:
4646
tool: just@1.51.0
4747
- name: Install system dependencies

.github/workflows/security-scan.yml

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

2222
jobs:
2323
scan:
24-
uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@887ca863ab0837be4d0002d33389862be8c7bee5 # main 2026-07-07 (skip dispatch without VERISIMDB_PAT)
24+
uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@0d531555f4c04f086f0af58ec34e1bb27145fdbe # main 2026-07-07 (skip dispatch without VERISIMDB_PAT)
2525
secrets:
2626
VERISIMDB_PAT: ${{ secrets.VERISIMDB_PAT }}

0 commit comments

Comments
 (0)