Skip to content

Commit 673bf83

Browse files
committed
chore
1 parent 83f9d26 commit 673bf83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,14 @@ jobs:
129129
only-severities: critical,high
130130
sarif-file: sarif.output.json
131131
summary: true
132-
exit-code: true
133132

134133
- name: Upload SARIF result
135134
id: upload-sarif
136135
if: ${{ github.event_name != 'pull_request' }}
137136
uses: github/codeql-action/upload-sarif@v3
138137
with:
139138
sarif_file: sarif.output.json
140-
139+
141140
# - name: Check if ":latest" tag exists
142141
# if: github.event_name == 'pull_request'
143142
# id: check-latest-exists

0 commit comments

Comments
 (0)