Skip to content

[gomod] Bump the dependencies group across 6 directories with 3 updat… #72

[gomod] Bump the dependencies group across 6 directories with 3 updat…

[gomod] Bump the dependencies group across 6 directories with 3 updat… #72

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Post-Merge Host
on:
push:
branches:
- main
- release-*
paths:
- "host/**"
permissions:
contents: read
jobs:
post-merge-pipeline:
permissions:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@c9e0ef33c129a67f7f2c3bae026362e7710a63a0 # 2026.0.8
with:
bootstrap_tools: "all,golangci-lint2"
run_version_check: true
run_dep_version_check: true
run_build: true
run_docker_build: true
run_docker_push: true
run_version_tag: true
run_version_dev: true
prefix_tag_separator: "/"
project_folder: "host"
secrets:
SYS_EMF_GH_TOKEN: ${{ secrets.SYS_EMF_GH_TOKEN }}
NO_AUTH_ECR_PUSH_USERNAME: ${{ secrets.NO_AUTH_ECR_PUSH_USERNAME }}
NO_AUTH_ECR_PUSH_PASSWD: ${{ secrets.NO_AUTH_ECR_PUSH_PASSWD }}
MSTEAMS_WEBHOOK: ${{ secrets.TEAMS_WEBHOOK }}