File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
lint :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : actions/setup-node@v3
16
16
- run : npm ci --no-fund
17
17
- run : npm run lint
39
39
- [14, "latest"]
40
40
- [15, "latest"]
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
- name : Setup Node.js ${{ matrix.node-version }}
44
44
uses : actions/setup-node@v3
45
45
with :
@@ -71,10 +71,10 @@ jobs:
71
71
if : ${{ github.ref == 'refs/heads/master' }}
72
72
runs-on : ubuntu-latest
73
73
steps :
74
- - uses : actions/checkout@v3
74
+ - uses : actions/checkout@v4
75
75
with :
76
76
fetch-depth : 0
77
- - uses : FantasticFiasco/action-update-license-year@v2
77
+ - uses : FantasticFiasco/action-update-license-year@v3
78
78
with :
79
79
token : ${{ secrets.GITHUB_TOKEN }}
80
80
id : license
Original file line number Diff line number Diff line change 21
21
contents : read
22
22
security-events : write
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Install dependencies
26
26
run : npm ci --no-fund
27
27
- name : Run ESLint
41
41
contents : read
42
42
security-events : write
43
43
steps :
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
- name : Initialize CodeQL
46
46
uses : github/codeql-action/init@v2
47
47
with :
@@ -57,15 +57,15 @@ jobs:
57
57
permissions :
58
58
pull-requests : read # Allows SonarCloud to decorate PRs with analysis results.
59
59
steps :
60
- - uses : actions/checkout@v3
60
+ - uses : actions/checkout@v4
61
61
with :
62
62
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis.
63
63
- name : Install dependencies
64
64
run : npm ci --no-fund
65
65
- name : Test and coverage
66
66
run : npm run test
67
67
- name : SonarCloud Scan
68
- uses : SonarSource/sonarcloud-github-action@v1.6
68
+ uses : SonarSource/sonarcloud-github-action@master
69
69
if : success() || failure() # Run this step even if previous step failed.
70
70
env :
71
71
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
83
83
name : Run Codecov
84
84
runs-on : ubuntu-latest
85
85
steps :
86
- - uses : actions/checkout@v3
86
+ - uses : actions/checkout@v4
87
87
with :
88
88
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis.
89
89
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments