Skip to content

Commit

Permalink
[C++] Test suppressing codeql warning inline in code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Jun 3, 2024
1 parent f233e50 commit a2aba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
retention-days: 1

- name: Dismiss alerts
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
uses: advanced-security/dismiss-alerts@v1
with:
sarif-id: ${{ steps.analyze.outputs.sarif-id }}
Expand Down

0 comments on commit a2aba55

Please sign in to comment.