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 b51d785 commit 8d3e0fbCopy full SHA for 8d3e0fb
.github/workflows/codeql-analysis.yml
@@ -25,6 +25,10 @@ on:
25
permissions:
26
contents: read
27
28
+concurrency:
29
+ group: "${{ github.workflow }}-${{ github.ref }}"
30
+ cancel-in-progress: true
31
+
32
jobs:
33
analyze:
34
name: Analyze
.github/workflows/dependency-review.yml
@@ -17,6 +17,10 @@ on:
17
18
19
20
21
22
23
24
dependency-review:
name: "Review dependencies"
0 commit comments