Skip to content

Commit b362946

Browse files
authored
Merge pull request #1073 from apache/dependabot/github_actions/github/codeql-action-3.26.12
Bump github/codeql-action from 3.26.8 to 3.26.12
2 parents d33be1d + 3e04197 commit b362946

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
- name: Checkout repository
4545
uses: actions/checkout@v4
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/[email protected].8
47+
uses: github/codeql-action/[email protected].12
4848
with:
4949
languages: ${{ matrix.language }}
5050
- name: Autobuild
51-
uses: github/codeql-action/[email protected].8
51+
uses: github/codeql-action/[email protected].12
5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/[email protected].8
53+
uses: github/codeql-action/[email protected].12
5454
with:
5555
category: "/language:${{matrix.language}}"

.github/workflows/scorecards-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
retention-days: 5
6565

6666
- name: "Upload to code-scanning"
67-
uses: github/codeql-action/upload-sarif@323f5ef653b88011bf10e9a0a56d70d742463c9a # 2.22.11
67+
uses: github/codeql-action/upload-sarif@ea2cd92c21b192add69983116b8b3222b09da33b # 2.22.11
6868
with:
6969
sarif_file: results.sarif

0 commit comments

Comments
 (0)