File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ master ]
8
8
types : [ opened, synchronize, reopened, ready_for_review ]
9
9
10
- jobs :
10
+ jobs :
11
11
lintCodebase :
12
12
name : Lint Codebase if Not Draft
13
13
if : github.event.pull_request.draft == false
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
# Full git history is needed to get a proper list of changed files
20
20
fetch-depth : 0
21
21
- name : Run Super-Linter
22
- uses : github/super-linter@v4
22
+ uses : github/super-linter@v7.1.0
23
23
env :
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
25
VALIDATE_ALL_CODEBASE : false
39
39
CURRENT_BRANCH : ${{ github.head_ref || github.ref_name }}
40
40
steps :
41
41
- name : Checkout code
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
- name : Add msbuild to PATH
44
44
uses : microsoft/setup-msbuild@v1
45
45
- name : Setup NuGet
67
67
CURRENT_BRANCH : ${{ github.head_ref || github.ref_name }}
68
68
steps :
69
69
- name : Checkout code
70
- uses : actions/checkout@v3
70
+ uses : actions/checkout@v4
71
71
- name : Setup .NET
72
72
uses : actions/setup-dotnet@v2
73
73
with :
90
90
CURRENT_BRANCH : ${{ github.head_ref || github.ref_name }}
91
91
steps :
92
92
- name : Checkout code
93
- uses : actions/checkout@v3
93
+ uses : actions/checkout@v4
94
94
- name : Setup .NET
95
95
uses : actions/setup-dotnet@v2
96
96
with :
You can’t perform that action at this time.
0 commit comments