Skip to content

Commit

Permalink
Fix CodeQL Analysis
Browse files Browse the repository at this point in the history
CodeQL Analysis was recently enabled on Results, but it's failing with
"fatal: not a git repository (or any of the parent directories): .git".
  • Loading branch information
enarha committed Jun 6, 2023
1 parent 59b01e5 commit 5720fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "CodeQL"

on:
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
Expand Down

0 comments on commit 5720fe9

Please sign in to comment.