Skip to content

Commit 6967f57

Browse files
committed
Snyk workflow failure
Closes #27761 Signed-off-by: Bruno Oliveira da Silva <[email protected]>
1 parent 838d017 commit 6967f57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/snyk-analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
3131

3232
- name: Upload Quarkus scanner results to GitHub
33-
uses: github/codeql-action/upload-sarif@v3
33+
# Downgraded to v2 due to the issues related with security-severity field
34+
uses: github/codeql-action/upload-sarif@v2
3435
with:
3536
sarif_file: quarkus-report.sarif
3637
category: snyk-quarkus-report
@@ -44,7 +45,8 @@ jobs:
4445
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
4546

4647
- name: Upload Operator scanner results to GitHub
47-
uses: github/codeql-action/upload-sarif@v3
48+
# Downgraded to v2 due to the issues related with security-severity field
49+
uses: github/codeql-action/upload-sarif@v2
4850
with:
4951
sarif_file: operator-report.sarif
5052
category: snyk-operator-report

0 commit comments

Comments
 (0)