Skip to content

[gha] Bump open-edge-platform/orch-ci/.github/workflows/post-merge.ym… #129

[gha] Bump open-edge-platform/orch-ci/.github/workflows/post-merge.ym…

[gha] Bump open-edge-platform/orch-ci/.github/workflows/post-merge.ym… #129

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
# yamllint disable rule:line-length
name: Post-Merge Scorecard CI
on: # yamllint disable-line rule:truthy
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
call-scorecard:
permissions:
security-events: write # required for SARIF upload
id-token: write
contents: read
uses: open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19
with:
project_folder: "."
secrets:
SYS_EMF_GH_TOKEN: ${{ secrets.SYS_EMF_GH_TOKEN }}