Skip to content

chore: update quickstart yml and bump quickstart #362

chore: update quickstart yml and bump quickstart

chore: update quickstart yml and bump quickstart #362

Workflow file for this run

#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared
name: Audit
on:
pull_request:
branches: [ main ]
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}