Skip to content

Commit 40e9eb8

Browse files
[gha] Bump open-edge-platform/orch-ci/.github/workflows/pre-merge.yml from 2026.0.13 to 2026.0.17 (#592)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandru Dimofte <alexandru.dimofte@intel.com>
1 parent 93b9bd5 commit 40e9eb8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pre-merge-pipeline:
1616
permissions:
1717
contents: read
18-
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@24a3a495be45af021486e265cf09a17ac3798405 # 2026.0.13
18+
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@b5930c48c1fcdb6b34ffbcd465cff96dabfbde70 # 2026.0.17
1919
with:
2020
bootstrap_tools: "base"
2121
run_version_check: true

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
1+
# SPDX-FileCopyrightText: (C) 2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
---
@@ -94,7 +94,7 @@ jobs:
9494
fail-fast: false
9595
matrix:
9696
project_folder: ${{ (needs.setup-conditions.outputs.common_condition == 'true' && fromJson('["admin", "app-orch", "cluster-orch", "infra", "root"]')) || fromJson(needs.detect-changed-folders.outputs.changed_apps) }}
97-
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@24a3a495be45af021486e265cf09a17ac3798405 # 2026.0.4
97+
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@b5930c48c1fcdb6b34ffbcd465cff96dabfbde70 # 2026.0.4
9898
with:
9999
bootstrap_tools: "base,helm,yq,jq"
100100
run_security_scans: true
@@ -113,6 +113,7 @@ jobs:
113113
prefix_tag_separator: "/"
114114
project_folder: apps/${{ matrix.project_folder }}
115115
version_suffix: "-pr-${{ github.event.number }}"
116+
trivy_image_skip: "ghcr.io/github/github-mcp-server:latest,ghcr.io/github/gh-aw-mcpg:latest,ghcr.io/github/gh-aw-firewall/agent:latest,ghcr.io/github/gh-aw-firewall/api-proxy:latest,ghcr.io/github/gh-aw-firewall/squid:latest"
116117
secrets: inherit
117118

118119
final-check:

0 commit comments

Comments
 (0)