Skip to content

Commit 9a14553

Browse files
author
Paul Johnson
committed
Fix config file, should be on init
1 parent c410f78 commit 9a14553

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
# Initializes the CodeQL tools for scanning.
2020
- name: Initialize CodeQL
2121
uses: github/codeql-action/init@v1
22-
22+
with:
23+
config-file: ./.github/config/codeql-config.yml
24+
2325
- run: |
2426
echo "Run Umbraco-CMS build"
2527
pwsh -command .\build\build.ps1
2628
2729
- name: Perform CodeQL Analysis
2830
uses: github/codeql-action/analyze@v1
29-
with:
30-
config-file: ./.github/config/codeql-config.yml

0 commit comments

Comments
 (0)