Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#2154) #859

Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#2154)

Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#2154) #859

---
name: ossf-scorecard
on:
schedule:
- cron: '20 7 * * 2'
push:
branches:
- 'main'
permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
# Needed to publish result and generate a badge.
id-token: write
# Needed to upload the results to code-scanning dashboard.
security-events: write
contents: read
actions: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
with:
publish_results: true
results_file: results.sarif
results_format: sarif
- uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
with:
sarif_file: results.sarif