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 bdf7e62 commit db237e0Copy full SHA for db237e0
.github/workflows/anchore.yml
@@ -23,6 +23,10 @@ on:
23
permissions:
24
contents: read
25
26
+concurrency:
27
+ group: ${{ github.workflow }}-${{ github.ref }}
28
+ cancel-in-progress: true
29
+
30
jobs:
31
Anchore-Build-Scan:
32
.github/workflows/codeql-analysis.yml
@@ -21,6 +21,10 @@ on:
21
schedule:
22
- cron: '28 17 * * 1'
analyze:
name: Analyze
0 commit comments