Skip to content

Commit 2431b0d

Browse files
mrtnzlmlkodiakhq[bot]
authored andcommitted
CI: setup 'actions-rs/audit-check'
See: https://github.com/actions-rs/audit-check
1 parent a5cbd5a commit 2431b0d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Please note: some ecosystems are supported by default
2+
# https://docs.github.com/en/free-pro-team@latest/github/visualizing-repository-data-with-graphs/about-the-dependency-graph#supported-package-ecosystems
3+
4+
name: Security audit
5+
6+
on:
7+
# https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#scheduled-events
8+
schedule:
9+
# ┌───────────── minute (0 - 59)
10+
# │ ┌───────────── hour (0 - 23)
11+
# │ │ ┌───────────── day of the month (1 - 31)
12+
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
13+
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
14+
# │ │ │ │ │
15+
# │ │ │ │ │
16+
# │ │ │ │ │
17+
- cron: '0 0,12 * * *'
18+
19+
jobs:
20+
audit:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/[email protected]
24+
- uses: actions-rs/[email protected]
25+
with:
26+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)