File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 11name : build
22
3+ permissions : read-all
4+
35on :
46 push :
57 branches : [main]
68 pull_request :
79 branches : [main]
810 schedule :
9- - cron : ' 0 0 * * 0'
11+ - cron : ' 0 0 * * 0' # run "At 00:00 on Sunday"
1012 workflow_dispatch :
1113 inputs :
1214 tag :
1719# See https://github.com/cristalhq/.github/.github/workflows
1820jobs :
1921 build :
20- uses : cristalhq/.github/.github/workflows/build.yml@main
21-
22- codeql :
23- uses : cristalhq/.github/.github/workflows/codeql .yml@main
22+ uses : cristalhq/.github/.github/workflows/build.yml@v0.3.0
23+
24+ vuln :
25+ uses : cristalhq/.github/.github/workflows/vuln .yml@v0.3.0
2426
2527 release :
2628 if : github.event_name == 'workflow_dispatch'
27- uses : cristalhq/.github/.github/workflows/release.yml@main
29+ permissions :
30+ contents : write
31+ uses : cristalhq/.github/.github/workflows/release.yml@v0.3.0
2832 with :
2933 tag : ${{ github.event.input.tag }}
You can’t perform that action at this time.
0 commit comments