We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765b045 commit 6870ec7Copy full SHA for 6870ec7
1 file changed
.github/workflows/ci.yml
@@ -4,6 +4,12 @@ on:
4
push:
5
pull_request:
6
7
+concurrency:
8
+ group: codeql-${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
10
+
11
+permissions: read-all
12
13
jobs:
14
Go:
15
runs-on: ubuntu-latest
0 commit comments