File tree Expand file tree Collapse file tree 4 files changed +13
-15
lines changed Expand file tree Collapse file tree 4 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 5353 fi
5454
5555 - name : Upload coverage reports to Codecov
56- uses : codecov/codecov-action@v4
57- with :
58- file : ./coverage.out
59- flags : unittests
60- name : codecov-umbrella
61- env :
62- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
56+ uses : codecov/codecov-action@v5
57+ with :
58+ token : ${{ secrets.CODECOV_TOKEN }}
59+ slug : kjanat/articulate-parser
Original file line number Diff line number Diff line change 11name : CodeQL
22
33on :
4- push :
5- branches : [master, develop]
6- pull_request :
7- branches : [master]
8- schedule :
9- - cron : ' 30 1 * * 0'
4+ workflow_call :
5+ # push:
6+ # branches: [master, develop]
7+ # pull_request:
8+ # branches: [master]
9+ # schedule:
10+ # - cron: '30 1 * * 0'
1011
1112jobs :
1213 analyze :
Original file line number Diff line number Diff line change 11name : Dependency Review
22
3- on : [pull_request]
3+ on : [workflow_call] # [ pull_request]
44
55permissions :
66 contents : read
Original file line number Diff line number Diff line change 4242 articulate-parser-darwin-arm64
4343 generate_release_notes : true
4444 draft : false
45- prerelease : false
45+ prerelease : ${{ startsWith(github.ref, 'refs/tags/v0.') }}
4646 env :
4747 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments