diff --git a/.github/workflows/agda-meta-checker.yml b/.github/workflows/agda-meta-checker.yml index b630b707..9ee602a5 100644 --- a/.github/workflows/agda-meta-checker.yml +++ b/.github/workflows/agda-meta-checker.yml @@ -65,7 +65,7 @@ jobs: - name: Setup Haskell if: steps.detect.outputs.relevant == 'true' - uses: haskell-actions/setup@v2.12.0 + uses: haskell-actions/setup@v2.12.1 with: ghc-version: '9.6' cabal-version: '3.10' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 62619c9d..8ad76c59 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,12 +45,12 @@ jobs: uses: actions/checkout@v7.0.1 - name: Initialize CodeQL - uses: github/codeql-action/init@v4.38.0 + uses: github/codeql-action/init@v4.38.1 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.38.0 + uses: github/codeql-action/analyze@v4.38.1 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/mvp-smoke.yml b/.github/workflows/mvp-smoke.yml index a72eb23a..f81d867b 100644 --- a/.github/workflows/mvp-smoke.yml +++ b/.github/workflows/mvp-smoke.yml @@ -43,7 +43,7 @@ jobs: uses: Swatinem/rust-cache@v2.9.2 - name: Install just - uses: taiki-e/install-action@v2.87.13 + uses: taiki-e/install-action@v2.87.18 with: # Governance R1 requires versioned family-tool pins # (just|must|trust|adjust|bust|dust|intend); bare `tool: just` diff --git a/.github/workflows/s4-loop.yml b/.github/workflows/s4-loop.yml index 40ae4a25..d38e0755 100644 --- a/.github/workflows/s4-loop.yml +++ b/.github/workflows/s4-loop.yml @@ -44,7 +44,7 @@ jobs: - name: Cache Cargo uses: Swatinem/rust-cache@v2.9.2 - name: Install just - uses: taiki-e/install-action@v2.87.13 + uses: taiki-e/install-action@v2.87.18 with: tool: just@1.51.0 - name: Install system dependencies diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 9b63567d..01a43325 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -24,6 +24,6 @@ permissions: jobs: scan: - uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@a030ef32c571b4aa22bbcd4a41acbdd9a801d366 # main 2026-07-07 (skip dispatch without VERISIMDB_PAT) + uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@27b3d93b11fbfc03cee695e791904d741ce2b24b # main 2026-07-07 (skip dispatch without VERISIMDB_PAT) secrets: VERISIMDB_PAT: ${{ secrets.VERISIMDB_PAT }}