Skip to content

Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 #24

Bump google.golang.org/protobuf from 1.35.1 to 1.35.2

Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 #24

Workflow file for this run

# Copyright the Hyperledger Fabric contributors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: Pull request
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/test.yml
scan:
uses: ./.github/workflows/scan.yml
pull-request:
needs: build
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: "true"