Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Bump google.golang.org/protobuf from 1.36.6 to 1.36.7 #299

Bump google.golang.org/protobuf from 1.36.6 to 1.36.7

Bump google.golang.org/protobuf from 1.36.6 to 1.36.7 #299

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Intel Corporation
# Copyright 2025 Canonical Ltd.
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
uses: omec-project/.github/.github/workflows/build.yml@main
with:
branch_name: ${{ github.ref }}
static-analysis:
uses: omec-project/.github/.github/workflows/static-analysis.yml@main
with:
branch_name: ${{ github.ref }}
lint:
uses: omec-project/.github/.github/workflows/lint.yml@main
with:
branch_name: ${{ github.ref }}
license-check:
uses: omec-project/.github/.github/workflows/license-check.yml@main
with:
branch_name: ${{ github.ref }}
fossa-scan:
uses: omec-project/.github/.github/workflows/fossa-scan.yml@main
with:
branch_name: ${{ github.ref }}
unit-tests:
uses: omec-project/.github/.github/workflows/unit-test.yml@main
with:
branch_name: ${{ github.ref }}