Skip to content

fix(core): Autobump examples #3526

fix(core): Autobump examples

fix(core): Autobump examples #3526

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