Skip to content

Commit 6a82265

Browse files
ci(github-action): update github/codeql-action action to v3.29.2 (#469)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5991c8f commit 6a82265

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

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

102102
# Initializes the CodeQL tools for scanning.
103103
- name: 🛠️ Initialize CodeQL
104-
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
104+
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
105105
with:
106106
languages: ${{ matrix.language }}
107107
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -130,6 +130,6 @@ jobs:
130130
if: matrix.language == 'javascript-typescript'
131131

132132
- name: 🔍 Perform CodeQL Analysis
133-
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
133+
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
134134
with:
135135
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
8383

8484
# Upload the results to GitHub's code scanning dashboard.
8585
- name: "Upload to code-scanning"
86-
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
86+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
8787
with:
8888
sarif_file: results.sarif

0 commit comments

Comments
 (0)