mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
13 lines
235 B
YAML
13 lines
235 B
YAML
name: ChainAlert
|
|
on:
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
push:
|
|
branches: [ master ]
|
|
jobs:
|
|
chainalert:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: checkmarx/chainalert-github-action@v1
|