8000 Merge branch 'main' into dependabot/go_modules/google.golang.org/protobuf-1.36.3 · evmos/evmos@774a2af · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 #8888

build(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3

build(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 #8888

Workflow file for this run

name: "Dependency Review"
on: pull_request
permissions: read-all
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
- name: "Checkout Repository"
uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
**/**.go
go.mod
go.sum
*.toml
- name: "Dependency Review"
uses: actions/dependency-review-action@v4
if: env.GIT_DIFF
- name: "Go vulnerability check"
run: make vulncheck
if: env.GIT_DIFF
0