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 6
6
if : ' !github.event.deleted'
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
- name : Docker build
11
11
run : docker build --tag github-security-jira:latest .
12
12
- name : Run in Docker
Original file line number Diff line number Diff line change 5
5
name : Codestyle
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v4
8
+ - uses : actions/checkout@v5
9
9
- name : Setup PHP, with composer and extensions
10
10
uses : shivammathur/setup-php@master
11
11
with :
27
27
name : Static Code Analysis
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
- name : Setup PHP, with composer and extensions
32
32
uses : shivammathur/setup-php@master
33
33
with :
You can’t perform that action at this time.
0 commit comments