Skip to content

Bump web-token/jwt-framework from 4.1.6 to 4.1.7 #322

Bump web-token/jwt-framework from 4.1.6 to 4.1.7

Bump web-token/jwt-framework from 4.1.6 to 4.1.7 #322

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: Continuous Integration
uses: ./.github/workflows/ci.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
badge:
needs: ci
name: Generate Coverage Badge
uses: ./.github/workflows/badge.yml
with:
coverage: ${{ needs.ci.outputs.coverage }}