File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1010 branches :
1111 - master
1212 schedule :
13- - cron : ' 30 0 1,15 * *'
13+ - cron : " 30 0 1,15 * *"
1414
1515permissions :
1616 contents : read
Original file line number Diff line number Diff line change 1111 branches :
1212 - master
1313 schedule :
14- - cron : ' 30 0 1,15 * *'
14+ - cron : " 30 0 1,15 * *"
1515
1616permissions :
1717 contents : read
4242 with :
4343 ref : ${{ github.event.pull_request.head.sha || github.ref }}
4444
45- -
uses :
snyk/actions/php@b98d498629f1c368650224d6d212bf7dfa89e4bf # [email protected] 45+ - run : npm install -g snyk
46+
47+ - run : snyk test
4648 env :
4749 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414 contents : read
1515
1616concurrency :
17- group : ${{ github.workflow }}-${{ github.ref }}
17+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github. ref }}
1818 cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
1919
2020env :
You can’t perform that action at this time.
0 commit comments