Skip to content
Open
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: 3 additions & 0 deletions .github/workflows/dev-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- '**'

permissions:
contents: read

jobs:
cli:
name: CLI
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish-dev-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- 'v*'

permissions:
contents: read
actions: read

jobs:
main:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-docker-v20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: ['main']

permissions:
contents: read

jobs:
test-docker-v20:
name: Docker v20.10 Compatibility
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-docker-v29.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: ['main']

permissions:
contents: read

jobs:
test-docker-v29:
name: Docker v29.0.0 Compatibility
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-plan-item-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
issues:
types: [edited]

permissions:
contents: read
issues: write

jobs:
main:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
pull_request:
branches:
- '**'

permissions:
contents: read

jobs:
tests-matrix:
name: Tests Matrix (Windows)
Expand Down
Loading