Skip to content

Commit e07afa2

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/npm-development-97672d87c7
2 parents c9d900f + 590a4ad commit e07afa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ jobs:
3535

3636
- name: Initialize CodeQL
3737
id: initialize
38-
uses: github/codeql-action/init@v3
38+
uses: github/codeql-action/init@v4
3939
with:
4040
languages: ${{ matrix.language }}
4141

4242
- name: Autobuild
4343
id: autobuild
44-
uses: github/codeql-action/autobuild@v3
44+
uses: github/codeql-action/autobuild@v4
4545

4646
- name: Perform CodeQL Analysis
4747
id: analyze
48-
uses: github/codeql-action/analyze@v3
48+
uses: github/codeql-action/analyze@v4
4949
with:
5050
upload: never

0 commit comments

Comments
 (0)