@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master, release/** ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
@ -6,8 +6,13 @@ on:
Build:
packages: write # for dotnet nuget push
runs-on: windows-2022
strategy:
fail-fast: false
@ -6,8 +6,15 @@ on:
analyze:
actions: read # for github/codeql-action/init to get workflow details
security-events: write # for github/codeql-action/analyze to upload SARIF results
name: Analyze
@ -3,6 +3,9 @@ name: Generate BOM
on:
workflow_dispatch:
@ -4,8 +4,13 @@ on:
schedule:
- cron: '0 0 * * *'
lock:
issues: write # for dessant/lock-threads to lock issues
steps:
- uses: dessant/lock-threads@v5.0.1