Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v3.1.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed May 27, 2024
2 parents d4e8379 + b7c49fb commit 45f5a8c
Show file tree
Hide file tree
Showing 20 changed files with 2,546 additions and 1,444 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-action-typing.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

@file:Import("workflow-with-copyright.main.kts")

import it.krzeminski.githubactions.actions.actions.CheckoutV3
import it.krzeminski.githubactions.actions.krzema12.GithubActionsTypingV1
import it.krzeminski.githubactions.domain.RunnerType.UbuntuLatest
import it.krzeminski.githubactions.domain.triggers.PullRequest
import it.krzeminski.githubactions.domain.triggers.Push
import io.github.typesafegithub.workflows.actions.actions.CheckoutV3
import io.github.typesafegithub.workflows.actions.typesafegithub.GithubActionsTypingV1
import io.github.typesafegithub.workflows.domain.RunnerType.UbuntuLatest
import io.github.typesafegithub.workflows.domain.triggers.PullRequest
import io.github.typesafegithub.workflows.domain.triggers.Push

workflowWithCopyright(
name = "Check Action Typing",
Expand Down
50 changes: 25 additions & 25 deletions .github/workflows/check-action-typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@

# This file was generated using Kotlin DSL (.github/workflows/check-action-typing.main.kts).
# If you want to modify the workflow, please change the Kotlin file and regenerate this YAML file.
# Generated with https://github.com/krzema12/github-workflows-kt
# Generated with https://github.com/typesafegithub/github-workflows-kt

name: Check Action Typing
name: 'Check Action Typing'
on:
push: {}
pull_request: {}
jobs:
check_yaml_consistency:
name: Check YAML consistency
runs-on: ubuntu-latest
name: 'Check YAML consistency'
runs-on: 'ubuntu-latest'
steps:
- id: step-0
name: Check out
uses: actions/checkout@v3
- id: step-1
name: Execute script
run: rm '.github/workflows/check-action-typing.yaml' && '.github/workflows/check-action-typing.main.kts'
- id: step-2
name: Consistency check
run: git diff --exit-code '.github/workflows/check-action-typing.yaml'
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v4'
- id: 'step-1'
name: 'Execute script'
run: 'rm ''.github/workflows/check-action-typing.yaml'' && ''.github/workflows/check-action-typing.main.kts'''
- id: 'step-2'
name: 'Consistency check'
run: 'git diff --exit-code ''.github/workflows/check-action-typing.yaml'''
check_action_typing:
name: Check Action Typing
runs-on: ubuntu-latest
name: 'Check Action Typing'
runs-on: 'ubuntu-latest'
needs:
- check_yaml_consistency
- 'check_yaml_consistency'
steps:
- id: step-0
name: Configure Git
run: git config --global core.autocrlf input
- id: step-1
name: Checkout
uses: actions/checkout@v3
- id: step-2
name: Check Action Typing
uses: krzema12/github-actions-typing@v1
- id: 'step-0'
name: 'Configure Git'
run: 'git config --global core.autocrlf input'
- id: 'step-1'
name: 'Checkout'
uses: 'actions/checkout@v3'
- id: 'step-2'
name: 'Check Action Typing'
uses: 'typesafegithub/github-actions-typing@v1'
14 changes: 7 additions & 7 deletions .github/workflows/check-dependency-versions.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

@file:Import("workflow-with-copyright.main.kts")

import it.krzeminski.githubactions.actions.actions.CheckoutV3
import it.krzeminski.githubactions.actions.actions.SetupJavaV3
import it.krzeminski.githubactions.actions.actions.SetupJavaV3.Distribution.Temurin
import it.krzeminski.githubactions.actions.burrunan.GradleCacheActionV1
import it.krzeminski.githubactions.domain.RunnerType.WindowsLatest
import it.krzeminski.githubactions.domain.triggers.Cron
import it.krzeminski.githubactions.domain.triggers.Schedule
import io.github.typesafegithub.workflows.actions.actions.CheckoutV3
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV3
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV3.Distribution.Temurin
import io.github.typesafegithub.workflows.actions.burrunan.GradleCacheActionV1
import io.github.typesafegithub.workflows.domain.RunnerType.WindowsLatest
import io.github.typesafegithub.workflows.domain.triggers.Cron
import io.github.typesafegithub.workflows.domain.triggers.Schedule

workflowWithCopyright(
name = "Check Dependency Versions",
Expand Down
66 changes: 33 additions & 33 deletions .github/workflows/check-dependency-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,50 +14,50 @@

# This file was generated using Kotlin DSL (.github/workflows/check-dependency-versions.main.kts).
# If you want to modify the workflow, please change the Kotlin file and regenerate this YAML file.
# Generated with https://github.com/krzema12/github-workflows-kt
# Generated with https://github.com/typesafegithub/github-workflows-kt

name: Check Dependency Versions
name: 'Check Dependency Versions'
on:
schedule:
- cron: 0 0 * * FRI
- cron: '0 0 * * FRI'
jobs:
check_yaml_consistency:
name: Check YAML consistency
runs-on: ubuntu-latest
name: 'Check YAML consistency'
runs-on: 'ubuntu-latest'
steps:
- id: step-0
name: Check out
uses: actions/checkout@v3
- id: step-1
name: Execute script
run: rm '.github/workflows/check-dependency-versions.yaml' && '.github/workflows/check-dependency-versions.main.kts'
- id: step-2
name: Consistency check
run: git diff --exit-code '.github/workflows/check-dependency-versions.yaml'
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v4'
- id: 'step-1'
name: 'Execute script'
run: 'rm ''.github/workflows/check-dependency-versions.yaml'' && ''.github/workflows/check-dependency-versions.main.kts'''
- id: 'step-2'
name: 'Consistency check'
run: 'git diff --exit-code ''.github/workflows/check-dependency-versions.yaml'''
check_dependency_versions:
name: Check Dependency Versions
runs-on: windows-latest
name: 'Check Dependency Versions'
runs-on: 'windows-latest'
needs:
- check_yaml_consistency
- 'check_yaml_consistency'
steps:
- id: step-0
name: Configure Git
run: git config --global core.autocrlf input
- id: step-1
name: Checkout
uses: actions/checkout@v3
- id: step-2
name: Setup Java 11
uses: actions/setup-java@v3
- id: 'step-0'
name: 'Configure Git'
run: 'git config --global core.autocrlf input'
- id: 'step-1'
name: 'Checkout'
uses: 'actions/checkout@v3'
- id: 'step-2'
name: 'Setup Java 11'
uses: 'actions/setup-java@v3'
with:
java-version: 11
distribution: temurin
- id: step-3
name: Check Dependency Versions
uses: burrunan/gradle-cache-action@v1
java-version: '11'
distribution: 'temurin'
- id: 'step-3'
name: 'Check Dependency Versions'
uses: 'burrunan/gradle-cache-action@v1'
with:
debug: false
concurrent: true
debug: 'false'
concurrent: 'true'
arguments: |-
--show-version
dependencyUpdates
Loading

0 comments on commit 45f5a8c

Please sign in to comment.