Skip to content

chore(ci): bump SonarSource/sonarcloud-github-action from 3.1.0 to 5.0.0 #4457

chore(ci): bump SonarSource/sonarcloud-github-action from 3.1.0 to 5.0.0

chore(ci): bump SonarSource/sonarcloud-github-action from 3.1.0 to 5.0.0 #4457

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.12"
work-dir: ${{ matrix.directory }}