Skip to content

Commit

Permalink
sec(codeql): adding permissions to linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraum committed Dec 22, 2024
1 parent bb6e63b commit 58e6e8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Test (linter/formatter/coverage)

on: [push]

permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 58e6e8a

Please sign in to comment.