Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
ee30b8aa
Unverified
Commit
ee30b8aa
authored
Sep 28, 2025
by
James Lamb
Committed by
GitHub
Sep 28, 2025
Browse files
[ci] update actions/checkout calls (#7037)
parent
8d4ac686
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
0 deletions
+15
-0
.github/workflows/cuda.yml
.github/workflows/cuda.yml
+1
-0
.github/workflows/linkchecker.yml
.github/workflows/linkchecker.yml
+1
-0
.github/workflows/optional_checks.yml
.github/workflows/optional_checks.yml
+1
-0
.github/workflows/python_package.yml
.github/workflows/python_package.yml
+4
-0
.github/workflows/r_package.yml
.github/workflows/r_package.yml
+3
-0
.github/workflows/r_valgrind.yml
.github/workflows/r_valgrind.yml
+1
-0
.github/workflows/static_analysis.yml
.github/workflows/static_analysis.yml
+3
-0
.github/workflows/triggering_comments.yml
.github/workflows/triggering_comments.yml
+1
-0
No files found.
.github/workflows/cuda.yml
View file @
ee30b8aa
...
@@ -74,6 +74,7 @@ jobs:
...
@@ -74,6 +74,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
true
submodules
:
true
-
name
:
Setup and run tests
-
name
:
Setup and run tests
run
:
|
run
:
|
...
...
.github/workflows/linkchecker.yml
View file @
ee30b8aa
...
@@ -21,6 +21,7 @@ jobs:
...
@@ -21,6 +21,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
false
submodules
:
false
-
name
:
Setup and run tests
-
name
:
Setup and run tests
run
:
|
run
:
|
...
...
.github/workflows/optional_checks.yml
View file @
ee30b8aa
...
@@ -14,6 +14,7 @@ jobs:
...
@@ -14,6 +14,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
false
submodules
:
false
-
name
:
Check that all tests succeeded
-
name
:
Check that all tests succeeded
shell
:
bash
shell
:
bash
...
...
.github/workflows/python_package.yml
View file @
ee30b8aa
...
@@ -27,6 +27,7 @@ jobs:
...
@@ -27,6 +27,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
true
submodules
:
true
-
name
:
Setup and run tests
-
name
:
Setup and run tests
shell
:
bash
shell
:
bash
...
@@ -106,6 +107,7 @@ jobs:
...
@@ -106,6 +107,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
true
submodules
:
true
-
name
:
Setup and run tests
-
name
:
Setup and run tests
shell
:
bash
shell
:
bash
...
@@ -140,6 +142,7 @@ jobs:
...
@@ -140,6 +142,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
true
submodules
:
true
-
name
:
Create wheel
-
name
:
Create wheel
run
:
|
run
:
|
...
@@ -174,6 +177,7 @@ jobs:
...
@@ -174,6 +177,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
true
submodules
:
true
-
name
:
Create wheel
-
name
:
Create wheel
run
:
|
run
:
|
...
...
.github/workflows/r_package.yml
View file @
ee30b8aa
...
@@ -160,6 +160,7 @@ jobs:
...
@@ -160,6 +160,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
true
submodules
:
true
-
name
:
Install pandoc
-
name
:
Install pandoc
uses
:
r-lib/actions/setup-pandoc@v2
uses
:
r-lib/actions/setup-pandoc@v2
...
@@ -219,6 +220,7 @@ jobs:
...
@@ -219,6 +220,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
true
submodules
:
true
-
name
:
Install packages
-
name
:
Install packages
shell
:
bash
shell
:
bash
...
@@ -259,6 +261,7 @@ jobs:
...
@@ -259,6 +261,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
true
submodules
:
true
-
name
:
Install pandoc
-
name
:
Install pandoc
uses
:
r-lib/actions/setup-pandoc@v2
uses
:
r-lib/actions/setup-pandoc@v2
...
...
.github/workflows/r_valgrind.yml
View file @
ee30b8aa
...
@@ -28,6 +28,7 @@ jobs:
...
@@ -28,6 +28,7 @@ jobs:
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
submodules
:
true
submodules
:
true
persist-credentials
:
false
repository
:
microsoft/LightGBM
repository
:
microsoft/LightGBM
ref
:
"
refs/pull/${{
github.event.client_payload.pr_number
}}/merge"
ref
:
"
refs/pull/${{
github.event.client_payload.pr_number
}}/merge"
-
name
:
Send init status
-
name
:
Send init status
...
...
.github/workflows/static_analysis.yml
View file @
ee30b8aa
...
@@ -30,6 +30,7 @@ jobs:
...
@@ -30,6 +30,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
false
submodules
:
false
-
name
:
Setup and run tests
-
name
:
Setup and run tests
shell
:
bash
shell
:
bash
...
@@ -48,6 +49,7 @@ jobs:
...
@@ -48,6 +49,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
false
submodules
:
false
-
name
:
Setup and run tests
-
name
:
Setup and run tests
shell
:
bash
shell
:
bash
...
@@ -70,6 +72,7 @@ jobs:
...
@@ -70,6 +72,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
true
submodules
:
true
-
name
:
Install packages
-
name
:
Install packages
shell
:
bash
shell
:
bash
...
...
.github/workflows/triggering_comments.yml
View file @
ee30b8aa
...
@@ -18,6 +18,7 @@ jobs:
...
@@ -18,6 +18,7 @@ jobs:
uses
:
actions/checkout@v5
uses
:
actions/checkout@v5
with
:
with
:
fetch-depth
:
5
fetch-depth
:
5
persist-credentials
:
false
submodules
:
false
submodules
:
false
-
name
:
Trigger R valgrind tests
-
name
:
Trigger R valgrind tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment