Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 41ac681

Browse files
committed
ci: fix yaml error in CodeQL GH action config
1 parent dd74f60 commit 41ac681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Initialize CodeQL
3737
uses: github/codeql-action/init@v1
3838
with:
39-
config-file: ./.github/codeql/codeql-config.yml
39+
config-file: ./.github/codeql/codeql-config.yml
4040
languages: ${{ matrix.language }}
4141
# If you wish to specify custom queries, you can do so here or in a config file.
4242
# By default, queries listed here will override any specified in a config file.

0 commit comments

Comments
 (0)