Skip to content

chore(deps): bump github.com/xanzy/go-gitlab from 0.54.4 to 0.93.1 #506

chore(deps): bump github.com/xanzy/go-gitlab from 0.54.4 to 0.93.1

chore(deps): bump github.com/xanzy/go-gitlab from 0.54.4 to 0.93.1 #506

Workflow file for this run

name: Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high