Skip to content

Commit 9773726

Browse files
author
Paul Johnson
authored
Merge pull request #11489 from umbraco/v8/bugfix/prevent-github-actions-spam
Prevent github actions spam
2 parents c61eaa2 + 76879ca commit 9773726

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Perform CodeQL Analysis
5757
uses: github/codeql-action/analyze@v1
5858
with:
59-
config-file: ./.github/workflows/codeql-config.yml
59+
config-file: ./.github/config/codeql-config.yml
6060

6161
# This job is to prevent the workflow status from showing as failed when all other jobs are skipped - See https://github.community/t/workflow-is-failing-if-no-job-can-be-ran-due-to-condition/16873
6262
always_job:

0 commit comments

Comments
 (0)