Skip to content

Commit ae697bf

Browse files
authored
chore: update codeql actions versions
1 parent e59e492 commit ae697bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
uses: actions/checkout@v3
2929

3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v2
31+
uses: github/codeql-action/init@main
3232
with:
3333
languages: ${{ matrix.language }}
3434

3535
- name: Build library
3636
run: swift build
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v2
39+
uses: github/codeql-action/analyze@main
4040
with:
4141
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)