Skip to content

Commit

Permalink
Fix CodeQL GH workflow permissions (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Oct 12, 2022
1 parent 9415e68 commit 487dafd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ on:

jobs:
analyze:
name: Analyze
permissions:
security-events: write
actions: read
contents: read

runs-on: ubuntu-latest

strategy:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add `workflow_dispatch` to all workflows. ([#204](https://github.com/golang-templates/seed/pull/204))
- Fix docker image name. ([#205](https://github.com/golang-templates/seed/pull/205))
- Fix CodeQL GH workflow permissions. ([#216](https://github.com/golang-templates/seed/pull/216))

## [0.15.0](https://github.com/golang-templates/seed/releases/tag/v0.15.0)

Expand Down

0 comments on commit 487dafd

Please sign in to comment.