File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
20
20
# Git Checkout
21
21
- name : Checkout Code
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0
25
25
sparse-checkout : |
Original file line number Diff line number Diff line change 28
28
29
29
# Git Checkout
30
30
- name : Checkout Code
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
with :
33
33
fetch-depth : 0
34
34
sparse-checkout : |
41
41
- name : MegaLinter Run
42
42
id : ml
43
43
# # latest release of major version
44
- uses : oxsecurity/megalinter/flavors/documentation@v8
44
+ uses : oxsecurity/megalinter/flavors/documentation@v9
45
45
env :
46
46
# ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file
47
47
MEGALINTER_CONFIG : .github/config/megalinter.yaml
Original file line number Diff line number Diff line change 31
31
- run : echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
32
32
33
33
- name : Checkout Code
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
with :
36
36
fetch-depth : 0
37
37
sparse-checkout : |
41
41
- run : echo "🐙 ${{ github.repository }} repository sparse-checkout to the CI runner."
42
42
43
43
- name : Setup Python
44
- uses : actions/setup-python@v5
44
+ uses : actions/setup-python@v6
45
45
with :
46
46
python-version : 3.x
47
47
Original file line number Diff line number Diff line change 32
32
- run : echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
33
33
34
34
- name : Checkout Code
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
fetch-depth : 0
38
38
sparse-checkout : |
You can’t perform that action at this time.
0 commit comments