Skip to content

docs: improve keeper docs formatting #21208

docs: improve keeper docs formatting

docs: improve keeper docs formatting #21208

name: "Dependency Review"
on:
pull_request:
merge_group:
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.3
- name: "Dependency Review"
uses: actions/dependency-review-action@v3
with:
base-ref: ${{ github.event.pull_request.base.sha || 'main' }}
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
- name: "Dependency audit"
run: ./scripts/dep-assert.sh
- name: "Go vulnerability check"
run: make vulncheck