Skip to content

build(deps): bump github/codeql-action from 4.30.7 to 4.31.0 #246

build(deps): bump github/codeql-action from 4.30.7 to 4.31.0

build(deps): bump github/codeql-action from 4.30.7 to 4.31.0 #246

Workflow file for this run

name: Security audit

Check failure on line 1 in .github/workflows/audit-on-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/audit-on-push.yml

Invalid workflow file

(Line: 4, Col: 1): Unexpected value 'github-token'
permissions:
contents: read
github-token:
action-input:
input: token
is-default: false
permissions:
issues: write
issues-reason: to create issues
checks: write
checks-reason: to create check
on:
push:
paths:
- 'Cargo.toml'
- 'Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}