File tree 5 files changed +12
-9
lines changed
5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : ⤵️ Check out code from GitHub
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
- name : 🏗 Initialize CodeQL
17
17
uses : github/codeql-action/init@v1
18
18
- name : 🚀 Perform CodeQL Analysis
Original file line number Diff line number Diff line change 6
6
- main
7
7
paths :
8
8
- .github/labels.yml
9
+ - .github/workflows/labels.yml
10
+ schedule :
11
+ - cron : " 0 3 * * *"
9
12
10
13
jobs :
11
14
labels :
12
15
name : ♻️ Sync labels
13
16
runs-on : ubuntu-latest
14
17
steps :
15
18
- name : ⤵️ Check out code from GitHub
16
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
17
20
- name : 🚀 Run Label Syncer
18
21
uses : micnncim/action-label-syncer@v1.3.0
19
22
env :
Original file line number Diff line number Diff line change 1
- name : " CI "
1
+ name : " php_codesniffer "
2
2
3
3
on :
4
4
push :
16
16
phpcs :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
with :
21
21
fetch-depth : 0 # important!
22
22
25
25
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
26
26
php phpcs.phar --version
27
27
28
- - uses : Novusvetus/action-php_codesniffer@1.2.0
28
+ - uses : Novusvetus/action-php_codesniffer@1.2.3
29
29
with :
30
30
files : " **.php"
31
31
scan_all : true
Original file line number Diff line number Diff line change 1
- name : " CI "
1
+ name : " phpinsights "
2
2
3
3
on :
4
4
push :
14
14
phpinsights :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
with :
19
19
fetch-depth : 0 # important!
20
20
25
25
php composer.phar clearcache -q
26
26
php ~/.composer/vendor/bin/phpinsights --version
27
27
28
- - uses : Novusvetus/action-phpinsights@1.1.0
28
+ - uses : Novusvetus/action-phpinsights@1.1.3
29
29
with :
30
30
files : " **.php"
31
31
scan_all : true
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : 🚀 Run stale
14
- uses : actions/stale@v4
14
+ uses : actions/stale@v5
15
15
with :
16
16
repo-token : ${{ secrets.GITHUB_TOKEN }}
17
17
days-before-stale : 180
You can’t perform that action at this time.
0 commit comments