Skip to content

Bump google.golang.org/protobuf from 1.28.2-0.20230118093459-a9481185b34d to 1.33.0 in /apps/bidder #5

Bump google.golang.org/protobuf from 1.28.2-0.20230118093459-a9481185b34d to 1.33.0 in /apps/bidder

Bump google.golang.org/protobuf from 1.28.2-0.20230118093459-a9481185b34d to 1.33.0 in /apps/bidder #5

# Workflows managed by aws-solutions-library-samples maintainers
name: Maintainer Workflows
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
types: [opened, reopened, edited]
jobs:
CheckSolutionId:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run solutionid validator
run: |
chmod u+x ./.github/solutionid_validator.sh
./.github/solutionid_validator.sh ${{ vars.SOLUTIONID }}