Skip to content

Commit 76879ca

Browse files
author
Paul Johnson
committed
Prevent github actions spam
1 parent c61eaa2 commit 76879ca

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)