Skip to content

Commit 8d3e0fb

Browse files
committed
build: set concurrency on actions, per zizmor 1.16.0
1 parent b51d785 commit 8d3e0fb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ on:
2525
permissions:
2626
contents: read
2727

28+
concurrency:
29+
group: "${{ github.workflow }}-${{ github.ref }}"
30+
cancel-in-progress: true
31+
2832
jobs:
2933
analyze:
3034
name: Analyze

.github/workflows/dependency-review.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
permissions:
1818
contents: read
1919

20+
concurrency:
21+
group: "${{ github.workflow }}-${{ github.ref }}"
22+
cancel-in-progress: true
23+
2024
jobs:
2125
dependency-review:
2226
name: "Review dependencies"

0 commit comments

Comments
 (0)