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 422c4a1 commit e28de1aCopy full SHA for e28de1a
.github/workflows/codeql.yml
@@ -5,14 +5,10 @@ on:
5
branches:
6
- main
7
- release/*
8
- - v0.*
9
- - v1.*
10
push:
11
12
13
14
15
16
schedule:
17
- cron: "29 13 * * 2" # weekly at 13:29 UTC on Tuesday
18
@@ -54,14 +50,3 @@ jobs:
54
50
55
51
- name: Perform CodeQL analysis
56
52
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
57
-
58
- workflow-notification:
59
- permissions:
60
- contents: read
61
- issues: write
62
- needs:
63
- - analyze
64
- if: always()
65
- uses: ./.github/workflows/reusable-workflow-notification.yml
66
- with:
67
- success: ${{ needs.analyze.result == 'success' }}
0 commit comments