File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- name : Install git so we get the .github directory
23
23
run : dnf install -y git
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Setup image and run bats tests
26
26
run : .github/jobs/configure-checks/setup_configure_image.sh
Original file line number Diff line number Diff line change 33
33
steps :
34
34
- name : Install git so we get the .github directory
35
35
run : apt-get update; apt-get install -y git
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
- name : Setup image and run bats tests
38
38
run : .github/jobs/configure-checks/setup_configure_image.sh
Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
35
35
- name : Initialize CodeQL
36
36
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 14
14
codespell :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Rewrite Changelog to find new mistakes
19
19
run : awk '1;/Version 7.2.1 - 6 May 2020/{exit}' ChangeLog > latest_Changelog
20
20
- name : Get dirs to skip
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
container :
16
16
image : domjudge/gitlabci:2.1
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Run the syntax checks
20
20
run : .github/jobs/syntax.sh
21
21
22
22
detect-dump :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- name : " Search for leftover dump( statements"
27
27
run : .github/jobs/detect_dump.sh
28
28
31
31
container :
32
32
image : pipelinecomponents/php-linter:latest
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
- name : Detect PHP linting issues
36
36
run : >
37
37
parallel-lint --colors
52
52
PHPVERSION : ["8.1", "8.2"]
53
53
steps :
54
54
- run : apk add git
55
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@v4
56
56
- name : Various fixes to this image
57
57
run : .github/jobs/fix_pipelinecomponents_image.sh
58
58
- name : Detect compatibility with supported PHP version
Original file line number Diff line number Diff line change 26
26
DB_USER : user
27
27
DB_PASSWORD : password
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
31
31
- name : Install DOMjudge
32
32
run : .github/jobs/baseinstall.sh ${{ inputs.version }}
Original file line number Diff line number Diff line change 14
14
phpcs :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0 # important!
20
20
- name : Install PHP_CodeSniffer
Original file line number Diff line number Diff line change 13
13
phpstan :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Install DOMjudge
18
18
run : .github/jobs/baseinstall.sh admin
19
19
- uses : php-actions/phpstan@v3
Original file line number Diff line number Diff line change 17
17
container :
18
18
image : domjudge/gitlabci:2.1
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Create the configure file
22
22
run : make configure
23
23
- name : Do the default configure
Original file line number Diff line number Diff line change 12
12
Scan-Build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
17
17
- name : Perform Scan
18
18
uses : ShiftLeftSecurity/scan-action@master
You can’t perform that action at this time.
0 commit comments