Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 #72

Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2

Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 #72

Workflow file for this run

name: "Static Analysis"
on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
jobs:
Static-Check:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Static Code Analysis
uses: golangci/golangci-lint-action@v6
with:
version: latest