Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in /exporter/azuredataexplorerexporter in the go_modules group across 1 directory #142

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in /exporter/azuredataexplorerexporter in the go_modules group across 1 directory

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in /exporter/azuredataexplorerexporter in the go_modules group across 1 directory #142

Workflow file for this run

name: shellcheck
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
env:
VERSION: v0.10.0
steps:
- uses: actions/checkout@v4
- name: shellcheck workflow-scripts
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -x -e SC2059 -e SC2086
with:
scandir: ".github/workflows/scripts"
severity: warning
version: ${{ env.VERSION }}
- name: shellcheck buildscripts
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -x -e SC2059 -e SC2086
with:
scandir: "internal/buildscripts"
severity: warning
version: ${{ env.VERSION }}