Skip to content

chore(deps): bump github.com/schollz/progressbar/v3 from 3.17.1 to 3.19.0 #2058

chore(deps): bump github.com/schollz/progressbar/v3 from 3.17.1 to 3.19.0

chore(deps): bump github.com/schollz/progressbar/v3 from 3.17.1 to 3.19.0 #2058

Workflow file for this run

name: Security
on:
pull_request: {}
push:
branches: [ "main" ]
schedule:
- cron: "30 0 1,15 * *"
permissions:
contents: read
jobs:
govulncheck:
name: Vulnerabilities Scan
runs-on: ubuntu-latest
steps:
- name: Scan for vulnerabilities in go code
uses: golang/govulncheck-action@dd3ead030e4f2cf713062f7a3395191802364e13 # [email protected]
with:
check-latest: true