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 f31e2cd commit 8c6bba7Copy full SHA for 8c6bba7
2 files changed
.github/workflows/codeql.yml
@@ -8,6 +8,10 @@ on:
8
schedule:
9
- cron: '0 0 * * 5'
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
analyze:
17
name: Analyze
.github/workflows/deps-review.yml
@@ -1,6 +1,10 @@
1
name: 'Dependency Review'
2
on: [pull_request]
3
4
5
6
7
permissions:
contents: read
0 commit comments