From 5ee187da2acce59dd83c58b0510c591af7ec58e8 Mon Sep 17 00:00:00 2001 From: Becojo Date: Mon, 15 Apr 2024 09:25:35 -0400 Subject: [PATCH] Update pop.yml Signed-off-by: Becojo --- .github/workflows/pop.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pop.yml b/.github/workflows/pop.yml index 0953571..64d41d1 100644 --- a/.github/workflows/pop.yml +++ b/.github/workflows/pop.yml @@ -2,10 +2,6 @@ name: POP - poutine on poutine on: push: - branches: [ main ] - paths: - - .github/workflows/** - - action.yml pull_request: branches: [ main ] @@ -38,3 +34,7 @@ jobs: uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 with: sarif_file: results.sarif + - uses: equisoft-actions/sarif-annotator@f83f1ce06ced8b5668664959b909c41738bc80ed + with: + sarif-path: resluts.sarif + level: note # include all findings