Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/branches-and-prs.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.5.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout___major:[v4,v5-alpha)")
@file:DependsOn("actions:checkout___major:[v5,v6-alpha)")
@file:DependsOn("codecov:codecov-action___major:[v5,v6-alpha)")

import io.github.typesafegithub.workflows.actions.actions.Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/branches-and-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
- id: 'step-1'
name: 'Regenerate all Workflow YAMLs'
run: 'find .github/workflows -mindepth 1 -maxdepth 1 -name ''*.main.kts'' -exec {} \;'
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
with:
fetch-depth: '2'
- id: 'step-1'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.5.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout___major:[v4,v5-alpha)")
@file:DependsOn("github:codeql-action__analyze___major:[v3,v4-alpha)")
@file:DependsOn("github:codeql-action__init___major:[v3,v4-alpha)")
@file:DependsOn("actions:checkout___major:[v5,v6-alpha)")
@file:DependsOn("github:codeql-action__analyze___major:[v4,v5-alpha)")
@file:DependsOn("github:codeql-action__init___major:[v4,v5-alpha)")

import io.github.typesafegithub.workflows.actions.actions.Checkout
import io.github.typesafegithub.workflows.actions.github.CodeqlActionAnalyze
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
- id: 'step-1'
name: 'Set up JDKs'
uses: './.github/actions/setup-build-env'
- id: 'step-2'
name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@v3'
uses: 'github/codeql-action/init@v4'
- id: 'step-3'
name: 'Build Spock Classes'
run: './gradlew --stacktrace --no-build-cache testClasses "-Dvariant=${{ matrix.variant }}" "-DjavaVersion=${{ matrix.variant == ''5.0'' && ''11'' || ''8'' }}"'
- id: 'step-4'
name: 'Perform CodeQL Analysis'
uses: 'github/codeql-action/analyze@v3'
uses: 'github/codeql-action/analyze@v4'
4 changes: 2 additions & 2 deletions .github/workflows/docs-pr.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.5.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout___major:[v4,v5-alpha)")
@file:DependsOn("actions:upload-artifact___major:[v4,v5-alpha)")
@file:DependsOn("actions:checkout___major:[v5,v6-alpha)")
@file:DependsOn("actions:upload-artifact___major:[v5,v6-alpha)")

import io.github.typesafegithub.workflows.actions.actions.Checkout
import io.github.typesafegithub.workflows.actions.actions.Checkout.FetchDepth
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
with:
fetch-depth: '1'
- id: 'step-1'
Expand All @@ -51,7 +51,7 @@ jobs:
run: './gradlew --stacktrace asciidoctor javadoc "-Dvariant=5.0" "-DjavaVersion=25"'
- id: 'step-4'
name: 'Archive and upload docs'
uses: 'actions/upload-artifact@v4'
uses: 'actions/upload-artifact@v5'
with:
name: 'docs'
path: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.5.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout___major:[v4,v5-alpha)")
@file:DependsOn("actions:checkout___major:[v5,v6-alpha)")
@file:DependsOn("codecov:codecov-action___major:[v5,v6-alpha)")

import io.github.typesafegithub.workflows.actions.actions.Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
with:
fetch-depth: '2'
- id: 'step-1'
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
- id: 'step-1'
name: 'Set up JDKs'
uses: './.github/actions/setup-build-env'
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
- id: 'step-1'
name: 'Set up JDKs'
uses: './.github/actions/setup-build-env'
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ junitPlatformVersionRange = "[1.12,7)"
asm = '9.9'
mockito4 = '4.11.0'
mockito5 = '5.20.0'
workflows-kotlin = "2.1.21"
workflows-kotlin = "2.2.21"

[libraries]
jetbrains-annotations = "org.jetbrains:annotations:26.0.2-1"
Expand Down