Skip to content

💣 Audit 💣

💣 Audit 💣 #2156

Workflow file for this run

on:
workflow_dispatch:
# Trigger the workflow on push to master or any pull request
# Ignore all tags
push:
branches:
- master
- legacy/*
tags-ignore:
- "*"
pull_request:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "23 3 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
name: 💣 Audit 💣
jobs:
audit-check:
runs-on: ubuntu-latest
name: 💣 Audit 💣
steps:
- name: ✅ Checkout ✅
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: 💣 Audit 💣
id: audit
uses: rustyhorde/audit-check@a6c4633944ec61be3c29c615ced7cd98fe4e899e # v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
deny: 'warnings'
create_issue: 'true'