Skip to content

Commit

Permalink
chore(ci): fix codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 30, 2020
1 parent 59aa6f5 commit ec6eaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/config.yaml
config-file: ./.github/codeql/config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit ec6eaac

Please sign in to comment.