Skip to content

Commit d3f0e70

Browse files
hyperpolymathclaude
andcommitted
chore(ci): update codeql-action SHA to v3.35.2
Old pin 6624720a57 failed with "unable to find version". New: b2f9ef8457 (v3.35.2, latest stable). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2eaecdc commit d3f0e70

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

vexometer/.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
# Initializes the CodeQL tools for scanning.
6868
- name: Initialize CodeQL
69-
uses: github/codeql-action/init@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
69+
uses: github/codeql-action/init@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
7070
with:
7171
languages: ${{ matrix.language }}
7272
build-mode: ${{ matrix.build-mode }}
@@ -95,6 +95,6 @@ jobs:
9595
exit 1
9696
9797
- name: Perform CodeQL Analysis
98-
uses: github/codeql-action/analyze@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
98+
uses: github/codeql-action/analyze@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
9999
with:
100100
category: "/language:${{matrix.language}}"

vexometer/.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
results_format: sarif
2727

2828
- name: Upload results
29-
uses: github/codeql-action/upload-sarif@6624720a57d4c312633c7b953db2f2da5bcb4c3a # v3
29+
uses: github/codeql-action/upload-sarif@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
3030
with:
3131
sarif_file: results.sarif

0 commit comments

Comments
 (0)