Skip to content

Commit 98d490a

Browse files
chore: update global workflows (#158)
1 parent a268ce0 commit 98d490a

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
@@ -116,7 +116,7 @@ jobs:
116116

117117
# Initializes the CodeQL tools for scanning.
118118
- name: Initialize CodeQL
119-
uses: github/codeql-action/init@v2
119+
uses: github/codeql-action/init@v3
120120
with:
121121
languages: ${{ matrix.language }}
122122
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -139,9 +139,9 @@ jobs:
139139
140140
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
141141
- name: Autobuild
142-
uses: github/codeql-action/autobuild@v2
142+
uses: github/codeql-action/autobuild@v3
143143

144144
- name: Perform CodeQL Analysis
145-
uses: github/codeql-action/analyze@v2
145+
uses: github/codeql-action/analyze@v3
146146
with:
147147
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)