From acdf287d3bbb28d8cd0d4789bd405aa7667d9a56 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sat, 16 Nov 2024 09:32:28 +0100 Subject: [PATCH] Attempt to fix up codeql ignore paths Test run... --- .github/workflows/codeql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 89fc509..55aaa97 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,6 +33,9 @@ jobs: container: image: ${{ matrix.container }} + paths-ignore: + - build/ + steps: - name: Sparse checkout the local actions uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2