Skip to content

Commit

Permalink
chore: ignore path for CodeQL (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored Nov 29, 2024
1 parent 636eb28 commit 5ebdb6c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
paths-ignore:
- 'test/projects/broken/**/*'
19 changes: 19 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CodeQL Analysis

on:
push:
branches:
- master
- v*
pull_request:

jobs:
codeql:
name: CodeQL
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
config-file: ./.github/codeql-config.yml
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Test
on: [push, pull_request]
on:
push:
branches:
- master
- v*
pull_request:

permissions: read-all

Expand Down

0 comments on commit 5ebdb6c

Please sign in to comment.