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 b8d0441 commit 634f56aCopy full SHA for 634f56a
.github/workflows/bandit.yml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- "pull-request/[0-9]+"
7
- "main"
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
10
+ cancel-in-progress: true
11
12
jobs:
13
analyze:
.github/workflows/codeql.yml
0 commit comments