Skip to content
Draft
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
1 change: 0 additions & 1 deletion .github/workflows/check-manifest-generation-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:

permissions:
contents: read
pull-requests: write

jobs:
diff-check-manifests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#
name: "CodeQL Advanced"

permissions: {}

on:
push:
branches: [ "main" ]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Release

permissions: {}

on:
workflow_dispatch:
inputs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/trigger-blackduck-scan.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Trigger central Black Duck scan workflow for the Open Component Model project.
name: Trigger Blackduck Scan
on:
permissions: {}

on:
push:
paths-ignore:
- '.github/workflows/**'
Expand Down
Loading