Skip to content

Commit cc8e484

Browse files
authored
Update post-merge-scorecard.yml to use the latest version of Orch-CI (#754)
1 parent fa18cec commit cc8e484

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/post-merge-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
call-scorecard:
20-
uses: open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@main
20+
uses: open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@20b640842e63420b06b3ff4247e608228e14c74a # 2026.0.1
2121
with:
2222
project_folder: "."
2323
secrets:

.github/workflows/pre-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
contents: read
114114
needs: pre-checks
115115
if: ${{ contains(needs.pre-checks.outputs.other_changed_projects, 'os-profiles') }}
116-
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@main
116+
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@20b640842e63420b06b3ff4247e608228e14c74a # 2026.0.1
117117
with:
118118
bootstrap_tools: "yq,nodejs"
119119
run_security_scans: true

0 commit comments

Comments
 (0)