Skip to content

chore: bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#681) #380

chore: bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#681)

chore: bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#681) #380

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- master
schedule:
- cron: "0 7 * * 1" # Mondays at 7:00 AM
permissions: read-all
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f