Skip to content

Commit 0e1a346

Browse files
chore(deps): update github/codeql-action action to v3.35.1 (#267)
1 parent ae61fb8 commit 0e1a346

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3.30.5
45+
uses: github/codeql-action/init@v3.35.1
4646
with:
4747
languages: ${{ matrix.language }}
4848

4949
- name: Autobuild
50-
uses: github/codeql-action/autobuild@v3.30.5
50+
uses: github/codeql-action/autobuild@v3.35.1
5151

5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@v3.30.5
53+
uses: github/codeql-action/analyze@v3.35.1

0 commit comments

Comments
 (0)