Skip to content

Bump idna from 3.6 to 3.7 #82

Bump idna from 3.6 to 3.7

Bump idna from 3.6 to 3.7 #82

Workflow file for this run

name: Self test
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Get Token
id: get_workflow_token
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3 #v3.0.0
with:
application_id: ${{ secrets.ADVANCED_SECURITY_APP_ID }}
application_private_key: ${{ secrets.ADVANCED_SECURITY_APP_KEY }}
- name: Run - self test - validate
uses: ./
with:
mode: validate
token: ${{ steps.get_workflow_token.outputs.token }}
- name: Run - self test - markdown
uses: ./
with:
mode: markdown
token: ${{ steps.get_workflow_token.outputs.token }}