Skip to content

Commit

Permalink
chore(ci) drop codeql paths/paths-ignore from its config
Browse files Browse the repository at this point in the history
According to the GHA warning:

> The "paths"/"paths-ignore" fields of the config only have effect
for JavaScript, Python, and Ruby.
  • Loading branch information
casimiro authored and thibaultcha committed Feb 8, 2024
1 parent e9a5cf5 commit 9367c3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/actions/codeql-config.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/job-codeql-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ inputs.language }}
config-file: ./.github/actions/codeql-config.yml
- name: 'Setup cache - work/ dir'
uses: actions/cache@v4
if: ${{ !env.ACT }}
Expand Down

0 comments on commit 9367c3e

Please sign in to comment.