File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
danger-kotlin/src/runnerMain/kotlin Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ LABEL "com.github.actions.icon"="zap"
88LABEL "com.github.actions.color" ="blue"
99
1010ARG KOTLINC_VERSION="1.7.22"
11- ARG DANGER_KOTLIN_VERSION="1.3.0 "
11+ ARG DANGER_KOTLIN_VERSION="1.3.1 "
1212
1313# Install dependencies
1414RUN apt-get update
Original file line number Diff line number Diff line change 11[ ![ Current
2- Version] ( https://img.shields.io/badge/danger%20kotlin-v1.3.0 -orange )] ( https://danger.systems/kotlin/ )
2+ Version] ( https://img.shields.io/badge/danger%20kotlin-v1.3.1 -orange )] ( https://danger.systems/kotlin/ )
33[ ![ Maven Central - SDK] ( https://img.shields.io/maven-central/v/systems.danger/danger-kotlin-sdk.svg?label=danger-kotlin-sdk )] ( https://search.maven.org/search?q=g:%22systems.danger%22%20AND%20a:%22danger-kotlin-sdk%22 )
44[ ![ Awesome Kotlin Badge] ( https://kotlin.link/awesome-kotlin.svg )] ( https://github.com/KotlinBy/awesome-kotlin )
55
9494 steps :
9595 - uses : actions/checkout@v1
9696 - name : Danger
97- uses : danger/kotlin@1.3.0
97+ uses : danger/kotlin@1.3.1
9898 env :
9999 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
100100` ` `
@@ -112,7 +112,7 @@ jobs:
112112 steps :
113113 - uses : actions/checkout@v1
114114 - name : Danger
115- uses : docker://ghcr.io/danger/danger-kotlin:1.3.0
115+ uses : docker://ghcr.io/danger/danger-kotlin:1.3.1
116116 run : danger-kotlin ci --failOnErrors --no-publish-check
117117 env :
118118 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11group ' systems.danger'
2- version ' 1.3.0 '
2+ version ' 1.3.1 '
Original file line number Diff line number Diff line change 11group ' systems.danger'
2- version ' 1.3.0 '
2+ version ' 1.3.1 '
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import systems.danger.cmd.Command
55import systems.danger.cmd.dangerjs.DangerJS
66
77const val PROCESS_DANGER_KOTLIN = " danger-kotlin"
8- const val VERSION = " 1.3.0 "
8+ const val VERSION = " 1.3.1 "
99
1010fun main (args : Array <String >) {
1111 Log .isVerbose = args.contains(" --verbose" ) || (getenv(" DEBUG" )?.toString()?.isNotEmpty() ? : false )
Original file line number Diff line number Diff line change 1- FROM ghcr.io/danger/danger-kotlin:1.3.0
1+ FROM ghcr.io/danger/danger-kotlin:1.3.1
22
33COPY entrypoint.sh /entrypoint.sh
44
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- VERSION=1.3.0
3+ VERSION=1.3.1
44
55while getopts v:h: flag
66do
You can’t perform that action at this time.
0 commit comments