We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
alert-suppression
1 parent de40d8a commit e75fa7cCopy full SHA for e75fa7c
.github/workflows/codeql.yml
@@ -53,6 +53,8 @@ jobs:
53
languages: ${{ matrix.language }}
54
config-file: ./.github/codeql.yml
55
queries: +security-and-quality
56
+ # run an 'alert-suppression' query
57
+ packs: "codeql/${{ matrix.language }}-queries:AlertSuppression.ql"
58
59
#- name: Autobuild
60
# uses: github/codeql-action/autobuild@v2
0 commit comments