Skip to content

Commit 6870ec7

Browse files
committed
.gh/wf/ci: adds missing concurrency blocker and permission defaults
1 parent 765b045 commit 6870ec7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
push:
55
pull_request:
66

7+
concurrency:
8+
group: codeql-${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
10+
11+
permissions: read-all
12+
713
jobs:
814
Go:
915
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)