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 9415e68 commit 487dafdCopy full SHA for 487dafd
.github/workflows/codeql-analysis.yml renamed to .github/workflows/codeql.yml
@@ -12,7 +12,11 @@ on:
12
13
jobs:
14
analyze:
15
- name: Analyze
+ permissions:
16
+ security-events: write
17
+ actions: read
18
+ contents: read
19
+
20
runs-on: ubuntu-latest
21
22
strategy:
CHANGELOG.md
@@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
36
- Add `workflow_dispatch` to all workflows. ([#204](https://github.com/golang-templates/seed/pull/204))
37
- Fix docker image name. ([#205](https://github.com/golang-templates/seed/pull/205))
38
+- Fix CodeQL GH workflow permissions. ([#216](https://github.com/golang-templates/seed/pull/216))
39
40
## [0.15.0](https://github.com/golang-templates/seed/releases/tag/v0.15.0)
41
0 commit comments