Skip to content

Commit 6b80a1c

Browse files
authored
Merge pull request #1288 from apache/dependabot/github_actions/github/codeql-action-3.29.2
Bump github/codeql-action from 3.29.0 to 3.29.2
2 parents 6466bb1 + b70f2ae commit 6b80a1c

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
@@ -52,12 +52,12 @@ jobs:
5252
java-version: 17
5353
cache: 'maven'
5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/[email protected].0
55+
uses: github/codeql-action/[email protected].2
5656
with:
5757
languages: ${{ matrix.language }}
5858
- name: Autobuild
59-
uses: github/codeql-action/[email protected].0
59+
uses: github/codeql-action/[email protected].2
6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/[email protected].0
61+
uses: github/codeql-action/[email protected].2
6262
with:
6363
category: "/language:${{matrix.language}}"

.github/workflows/scorecards-analysis.yaml

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

6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@be30325fa679497c9a67f006166793cfa1d5840d # 2.22.11
68+
uses: github/codeql-action/upload-sarif@b69421388d5449cc5a5e1ca344d71926bda69e07 # 2.22.11
6969
with:
7070
sarif_file: results.sarif

0 commit comments

Comments
 (0)