Skip to content

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

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

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

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Post-Merge Scorecard CI
on:
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@79c4381f9be567527d8782094317b0282493e45a # v0.1.66
with:
project_folder: "."
secrets:
SYS_ORCH_GITHUB: ${{ secrets.SYS_ORCH_GITHUB }}