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: 3 additions & 0 deletions .github/workflows/announce.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Slack Announcement

permissions:
contents: read

on:
release:
types:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# or to provide custom queries or build logic.
name: "CodeQL"

permissions:
contents: read

on:
push:
branches: [master, v1]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CodeCov Coverage

permissions:
contents: read

on:
push:
pull_request:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: Documentation Workflows

permissions:
contents: read

on:
pull_request:
merge_group:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: Lint

permissions:
contents: read

on:
pull_request:
merge_group:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Nightly Acceptance Tests

permissions:
contents: read

on:
schedule:
# Will run at 00:00 every day
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/purge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: Manual Purge

permissions:
contents: read

on:
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Tests

permissions:
contents: read

on:
pull_request:
merge_group:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: WebAssembly

permissions:
contents: read

on:
pull_request:
merge_group:
Expand Down
Loading