Skip to content

Commit 4fc15cb

Browse files
authored
Merge pull request #473 from apache/dependabot/github_actions/github/codeql-action-3.29.1
Bump github/codeql-action from 3.29.0 to 3.29.1
2 parents 507f89f + 131d7fb commit 4fc15cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

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

7777
# Initializes the CodeQL tools for scanning.
7878
- name: Initialize CodeQL
79-
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # 3.29.0
79+
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # 3.29.1
8080
with:
8181
languages: ${{ matrix.language }}
8282
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -91,4 +91,4 @@ jobs:
9191
# make release
9292

9393
- name: Perform CodeQL Analysis
94-
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # 3.29.0
94+
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # 3.29.1

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
retention-days: 5
6868

6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # 3.29.0
70+
uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # 3.29.1
7171
with:
7272
sarif_file: results.sarif

0 commit comments

Comments
 (0)