Skip to content

Commit 15b6f2e

Browse files
fix: update CodeQL actions to SHA-pinned v3 (29b1f65c) (#82)
Bumps `github/codeql-action/init` and `github/codeql-action/analyze` from pin `e4fba868` to `29b1f65c` (current v3), keeping full-SHA pinning. This hand-applies the update Dependabot has been unable to deliver — its daily run currently fails with 403 `git_dependencies_not_reachable` on the private `a2ml-validate-action` / `k9-validate-action` repos before completing the actions-group update (see `dev-notes/tangle-sitrep-2026-07-27.md`). 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent c81f167 commit 15b6f2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
36+
uses: github/codeql-action/init@4187e74d05793876e9989daffde9c3e66b4acd07 # v3.37.3
3737
with:
3838
languages: ${{ matrix.language }}
3939
build-mode: ${{ matrix.build-mode }}
4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
41+
uses: github/codeql-action/analyze@4187e74d05793876e9989daffde9c3e66b4acd07 # v3.37.3
4242
with:
4343
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)