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.
2 parents c8279f7 + 98bbc09 commit 536a954Copy full SHA for 536a954
.github/workflows/codeql.yaml
@@ -9,6 +9,9 @@ on:
9
- cron: '33 19 * * 5'
10
workflow_dispatch:
11
12
+permissions:
13
+ contents: read
14
+
15
jobs:
16
analyze:
17
name: Analyze (${{ matrix.language }})
.github/workflows/release.yml
@@ -13,6 +13,9 @@ on:
- 'master'
env:
GO111MODULE: on
18
19
20
artifacts-darwin:
21
name: Artifacts Darwin
0 commit comments