Skip to content

Commit bd1284e

Browse files
authored
Merge pull request #1171 from logicality-io/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents 997d7fd + 5b93f68 commit bd1284e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
dotnet-version: 8.0.x
3535
- run: dotnet --info
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v2
37+
uses: github/codeql-action/init@v3
3838
with:
3939
languages: ${{ matrix.language }}
4040
- run: ./build.ps1 build
4141
shell: pwsh
4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@v2
43+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)