Skip to content

Commit

Permalink
Add permissiosn declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jan 31, 2024
1 parent 4bfeae2 commit a0841d3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.
name: Check dist/

permissions:
contents: read

on:
push:
branches:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: "Code scanning - action"

permissions:
contents: read
security-events: write

on:
push:
branches-ignore: "dependabot/**"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Licensed

permissions:
contents: read

on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
paths-ignore:
- '**.md'

permissions:
contents: read

jobs:
test:
name: Build and Test
Expand Down

0 comments on commit a0841d3

Please sign in to comment.