Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
branches:
- main
name: benchmark pull requests
permissions:
contents: read
permissions: read-all

jobs:
runBenchmark:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI
env:
CI: true
permissions: read-all
on:
pull_request:
push:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
branches:
- main

permissions:
contents: read
permissions: read-all

jobs:
fossa:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
types: [ labeled, synchronize, opened, reopened ]

permissions: read-all

jobs:
integration_tests:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
paths:
- '**/*.md'

permissions:
contents: read
permissions: read-all

jobs:
markdown-link-check:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr_naming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
types: [opened, synchronize, reopened, edited]

permissions: read-all

jobs:
validate-pr-title:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Semver compliance
env:
CI: true
permissions: read-all
on:
pull_request:
types: [ labeled, synchronize, opened, reopened ]
Expand Down
Loading