Skip to content

bump version to 1.3.0 (#330)

Sign in for the full log view

Security audit

Create status badge

Create status badge

Workflow status badge
Default branch

Find a branch

Copy status badge Markdown
.github/workflows/security.yml
{
"name": "Security audit",
"on": {
"schedule": [
{
"cron": "0 0 * * *"
}
]
},
"jobs": {
"audit": {
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/checkout@v1"
},
{
"uses": "actions-rs/audit-check@v1",
"with": {
"token": "${{ secrets.GITHUB_TOKEN }}"
}
}
]
}
}
}
You can’t perform that action at this time.