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.
1 parent 493d995 commit a7a5ad4Copy full SHA for a7a5ad4
.github/workflows/codeql.yml
@@ -50,14 +50,3 @@ jobs:
50
51
- name: Perform CodeQL analysis
52
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
53
-
54
- workflow-notification:
55
- permissions:
56
- contents: read
57
- issues: write
58
- needs:
59
- - analyze
60
- if: always()
61
- uses: ./.github/workflows/reusable-workflow-notification.yml
62
- with:
63
- success: ${{ needs.analyze.result == 'success' }}
0 commit comments