Add permissions: {} to all reusable workflows
12 files changed:
on:
workflow_call:
-permissions:
- contents: read
+permissions: {}
env:
FORCE_COLOR: 1
on:
workflow_call:
-permissions:
- contents: read
+permissions: {}
env:
FORCE_COLOR: 1
required: true
type: string
+permissions: {}
+
jobs:
cifuzz:
name: ${{ inputs.oss-fuzz-project-name }} (${{ inputs.sanitizer }})
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
workflow_call:
workflow_dispatch:
-permissions:
- contents: read
+permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
on:
workflow_call:
+permissions: {}
+
env:
FORCE_COLOR: 1
required: true
type: string
+permissions: {}
+
env:
FORCE_COLOR: 1
type: boolean
default: false
+permissions: {}
+
env:
FORCE_COLOR: 1
type: string
default: ''
+permissions: {}
+
env:
FORCE_COLOR: 1
on:
workflow_call:
+permissions: {}
+
env:
FORCE_COLOR: 1
required: true
type: string
-permissions:
- contents: read
+permissions: {}
env:
FORCE_COLOR: 1
required: true
type: string
+permissions: {}
+
env:
FORCE_COLOR: 1
IncludeUwp: >-