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="2.0.21"
11- ARG DANGER_KOTLIN_VERSION="1.3.2 "
11+ ARG DANGER_KOTLIN_VERSION="1.3.3 "
1212ARG DANGER_JS_VERSION="12.3.3"
1313
1414# Install dependencies
Original file line number Diff line number Diff line change 11[ ![ Current
2- Version] ( https://img.shields.io/badge/danger%20kotlin-v1.3.2 -orange )] ( https://danger.systems/kotlin/ )
2+ Version] ( https://img.shields.io/badge/danger%20kotlin-v1.3.3 -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@v4
9696 - name : Danger
97- uses : danger/kotlin@1.3.2
97+ uses : danger/kotlin@1.3.3
9898 env :
9999 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
100100` ` `
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest
111111 name : " Run Danger"
112112 container :
113- image : docker://ghcr.io/danger/danger-kotlin:1.3.2
113+ image : docker://ghcr.io/danger/danger-kotlin:1.3.3
114114 steps :
115115 - uses : actions/checkout@v4
116116 - name : Run Danger
Original file line number Diff line number Diff line change 11group ' systems.danger'
2- version ' 1.3.2 '
2+ version ' 1.3.3 '
Original file line number Diff line number Diff line change 11group ' systems.danger'
2- version ' 1.3.2 '
2+ version ' 1.3.3 '
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.2 "
8+ const val VERSION = " 1.3.3 "
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.2
1+ FROM ghcr.io/danger/danger-kotlin:1.3.3
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.2
3+ VERSION=1.3.3
44
55while getopts v:h: flag
66do
You can’t perform that action at this time.
0 commit comments