Skip to content

Commit 5bc7609

Browse files
Update codeql.yml
1 parent 3b9bbba commit 5bc7609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
6767
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
6868
steps:
69+
if: ${{ (matrix.language != 'c-cpp') || (matrix.language == 'c-cpp' && github.event_name == 'schedule') }}
6970
- name: Harden the runner (Audit all outbound calls)
7071
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
7172
with:

0 commit comments

Comments
 (0)