[gha] Bump open-edge-platform/orch-ci/.github/workflows/post-merge.ym… #129
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # 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 }} |