Compare commits

...

3 Commits

Author SHA1 Message Date
nuno maduro fb9332e444 chore: scope GITHUB_TOKEN to contents: read in workflows 2026-05-13 02:29:45 +01:00
nuno maduro 451e0f92a5 chore: scope GITHUB_TOKEN to contents: read in workflows 2026-05-13 02:29:44 +01:00
nuno maduro 3db72651e0 chore: scope GITHUB_TOKEN to contents: read in workflows 2026-05-13 02:29:43 +01:00
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -10,6 +10,9 @@ on:
branches: [ 1.x ]
paths:
- CHANGELOG.md
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
+3
View File
@@ -2,6 +2,9 @@ name: Static Analysis
on: ['push', 'pull_request']
permissions:
contents: read
jobs:
cs:
runs-on: ubuntu-latest
+3
View File
@@ -2,6 +2,9 @@ name: Tests
on: ['push', 'pull_request']
permissions:
contents: read
jobs:
ci:
runs-on: ${{ matrix.os }}