Skip to content

Commit 3df38e4

Browse files
committed
Update Checkout to v6
1 parent feea633 commit 3df38e4

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.github/workflows/branches-and-prs.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0")
2424

2525
@file:Repository("https://bindings.krzeminski.it/")
26-
@file:DependsOn("actions:checkout___major:[v5,v6-alpha)")
26+
@file:DependsOn("actions:checkout___major:[v6,v7-alpha)")
2727
@file:DependsOn("codecov:codecov-action___major:[v5,v6-alpha)")
2828

2929
import io.github.typesafegithub.workflows.actions.actions.Checkout

.github/workflows/branches-and-prs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- id: 'step-0'
3737
name: 'Checkout Repository'
38-
uses: 'actions/checkout@v5'
38+
uses: 'actions/checkout@v6'
3939
- id: 'step-1'
4040
name: 'Regenerate all Workflow YAMLs'
4141
run: 'find .github/workflows -mindepth 1 -maxdepth 1 -name ''*.main.kts'' -exec {} \;'
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
- id: 'step-0'
108108
name: 'Checkout Repository'
109-
uses: 'actions/checkout@v5'
109+
uses: 'actions/checkout@v6'
110110
with:
111111
fetch-depth: '2'
112112
- id: 'step-1'

.github/workflows/codeql-analysis.main.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0")
2424

2525
@file:Repository("https://bindings.krzeminski.it/")
26-
@file:DependsOn("actions:checkout___major:[v5,v6-alpha)")
27-
@file:DependsOn("github:codeql-action__analyze___major:v4")
28-
@file:DependsOn("github:codeql-action__init___major:v4")
26+
@file:DependsOn("actions:checkout___major:[v6,v7-alpha)")
27+
@file:DependsOn("github:codeql-action__analyze___major:[v4.32.4,v5-alpha)")
28+
@file:DependsOn("github:codeql-action__init___major:[v4.32.4,v5-alpha)")
2929

3030
import io.github.typesafegithub.workflows.actions.actions.Checkout
31-
import io.github.typesafegithub.workflows.actions.github.CodeqlActionAnalyze
32-
import io.github.typesafegithub.workflows.actions.github.CodeqlActionInit
31+
import io.github.typesafegithub.workflows.actions.github.CodeqlActionAnalyze_Untyped
32+
import io.github.typesafegithub.workflows.actions.github.CodeqlActionInit_Untyped
3333
import io.github.typesafegithub.workflows.domain.Concurrency
3434
import io.github.typesafegithub.workflows.domain.RunnerType.UbuntuLatest
3535
import io.github.typesafegithub.workflows.domain.triggers.*
@@ -85,7 +85,7 @@ workflow(
8585
// Initializes the CodeQL tools for scanning
8686
uses(
8787
name = "Initialize CodeQL",
88-
action = CodeqlActionInit(
88+
action = CodeqlActionInit_Untyped(
8989
// Override language selection by uncommenting this and choosing your languages
9090
// languages = listOf("go", "javascript", "csharp", "python", "cpp", "java"),
9191
)
@@ -127,7 +127,7 @@ workflow(
127127
)
128128
uses(
129129
name = "Perform CodeQL Analysis",
130-
action = CodeqlActionAnalyze()
130+
action = CodeqlActionAnalyze_Untyped()
131131
)
132132
}
133133
}

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- id: 'step-0'
4646
name: 'Checkout Repository'
47-
uses: 'actions/checkout@v5'
47+
uses: 'actions/checkout@v6'
4848
- id: 'step-1'
4949
name: 'Set up JDKs'
5050
uses: './.github/actions/setup-build-env'

.github/workflows/docs-pr.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0")
2424

2525
@file:Repository("https://bindings.krzeminski.it/")
26-
@file:DependsOn("actions:checkout___major:[v5,v6-alpha)")
26+
@file:DependsOn("actions:checkout___major:[v6,v7-alpha)")
2727
@file:DependsOn("actions:upload-artifact___major:[v5,7.0)")
2828

2929
import io.github.typesafegithub.workflows.actions.actions.Checkout

.github/workflows/docs-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- id: 'step-0'
3737
name: 'Checkout Repository'
38-
uses: 'actions/checkout@v5'
38+
uses: 'actions/checkout@v6'
3939
with:
4040
fetch-depth: '1'
4141
- id: 'step-1'

.github/workflows/release.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0")
2424

2525
@file:Repository("https://bindings.krzeminski.it/")
26-
@file:DependsOn("actions:checkout___major:[v5,v6-alpha)")
26+
@file:DependsOn("actions:checkout___major:[v6,v7-alpha)")
2727
@file:DependsOn("codecov:codecov-action___major:[v5,v6-alpha)")
2828

2929
import io.github.typesafegithub.workflows.actions.actions.Checkout

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- id: 'step-0'
8888
name: 'Checkout Repository'
89-
uses: 'actions/checkout@v5'
89+
uses: 'actions/checkout@v6'
9090
with:
9191
fetch-depth: '2'
9292
- id: 'step-1'
@@ -131,7 +131,7 @@ jobs:
131131
steps:
132132
- id: 'step-0'
133133
name: 'Checkout Repository'
134-
uses: 'actions/checkout@v5'
134+
uses: 'actions/checkout@v6'
135135
- id: 'step-1'
136136
name: 'Set up JDKs'
137137
uses: './.github/actions/setup-build-env'
@@ -163,7 +163,7 @@ jobs:
163163
steps:
164164
- id: 'step-0'
165165
name: 'Checkout Repository'
166-
uses: 'actions/checkout@v5'
166+
uses: 'actions/checkout@v6'
167167
- id: 'step-1'
168168
name: 'Set up JDKs'
169169
uses: './.github/actions/setup-build-env'

0 commit comments

Comments
 (0)