Skip to content

build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #641

build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0

build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #641

name: CodeQL
on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: '0 20 * * 5'
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- uses: github/codeql-action/init@v2
with:
languages: go
- uses: github/codeql-action/analyze@v2