File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 if : ' !github.event.deleted'
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2.4.0
9+ - uses : actions/checkout@v3
1010 - name : Docker build
1111 run : docker build --tag github-security-jira:latest .
1212 - name : Run in Docker
Original file line number Diff line number Diff line change 55 name : Codestyle
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v2.4.0
8+ - uses : actions/checkout@v3
99 - name : Setup PHP, with composer and extensions
1010 uses : shivammathur/setup-php@master
1111 with :
2727 name : Static Code Analysis
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v2.4.0
30+ - uses : actions/checkout@v3
3131 - name : Setup PHP, with composer and extensions
3232 uses : shivammathur/setup-php@master
3333 with :
You can’t perform that action at this time.
0 commit comments