Skip to content

fix(deps): bump the external group across 1 directory with 20 updates #9222

fix(deps): bump the external group across 1 directory with 20 updates

fix(deps): bump the external group across 1 directory with 20 updates #9222

name: "Vulnerability Checks"
on:
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"
permissions: {}
jobs:
vulncheck:
permissions:
contents: read
name: vulncheck
runs-on: ubuntu-22.04
strategy:
matrix:
directory:
- examples
- sdk
- service
steps:
- name: govluncheck
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
with:
go-version-input: "1.24.6"
work-dir: ${{ matrix.directory }}