Skip to content

Commit ffac39e

Browse files
authored
Merge pull request #274 from MacPaw/chore/update-codeql-actions-versions
2 parents e59e492 + ae697bf commit ffac39e

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)