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
2 changes: 2 additions & 0 deletions .github/workflows/reusable-cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
required: true
type: string

permissions: {}

jobs:
cifuzz:
name: ${{ inputs.oss-fuzz-project-name }} (${{ inputs.sanitizer }})
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ on: # yamllint disable-line rule:truthy
description: Whether to run the Windows tests
value: ${{ jobs.compute-changes.outputs.run-windows-tests }} # bool

permissions: {}

jobs:
compute-changes:
name: Create context from changed files
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/reusable-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
workflow_call:
workflow_dispatch:

permissions:
contents: read
permissions: {}

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
required: true
type: string

permissions: {}

env:
FORCE_COLOR: 1

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable-san.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
type: boolean
default: false

permissions: {}

env:
FORCE_COLOR: 1

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
type: boolean
default: false

permissions: {}

env:
FORCE_COLOR: 1

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable-wasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Reusable WASI
on:
workflow_call:

permissions: {}

env:
FORCE_COLOR: 1

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/reusable-windows-msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
required: true
type: string

permissions:
contents: read
permissions: {}

env:
FORCE_COLOR: 1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
type: boolean
default: false

permissions: {}

env:
FORCE_COLOR: 1
IncludeUwp: >-
Expand Down