Skip to content

chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 in /grype-server #86

chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 in /grype-server

chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 in /grype-server #86

Workflow file for this run

name: CI
on:
merge_group:
pull_request:
jobs:
verification:
name: Verification
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'grype-server/go.mod'
- name: Run verification
run: make check
build:
needs: verification
name: Build
uses: ./.github/workflows/reusable-build-and-push.yml
with:
image_tag: ${{ github.sha }}
push: false
upload: false