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 f6bb79e commit 553eb4cCopy full SHA for 553eb4c
.github/workflows/codeql-analysis.yml
@@ -20,6 +20,10 @@ on:
20
schedule:
21
- cron: '31 21 * * 6'
22
23
+# Minimal permissions to be inherited by any job that don't declare it's own permissions
24
+permissions:
25
+ contents: read
26
+
27
jobs:
28
analyze:
29
name: Analyze
.github/workflows/go.yml
@@ -7,6 +7,10 @@ on:
7
- main
8
- 'release-*'
9
10
11
12
13
14
15
test:
16
name: Tests
@@ -39,4 +43,4 @@ jobs:
39
43
40
44
- name: Run style and unused
41
45
if: ${{ matrix.go_version == '1.20' }}
42
- run: make style unused
46
+ run: make style unused
0 commit comments