Skip to content

Releases: TWiStErRob/net.twisterrob.ghlint

v0.5.0

20 Apr 10:13
5f95e94
Compare
Choose a tag to compare

What's Changed

✨ New Features

🔍 New Rules

🐛 Rule Changes

  • Make ValidationRule a VisitorRule by @TWiStErRob in #210
  • MissingNameRule: Consider an empty/blank/whitespace missing. by @TWiStErRob in #211
  • Fix #179: DuplicateStepId reports only 1 finding for more than 2 duplicate IDs by @TWiStErRob in #214
  • Fix #127/#128: MissingJobPermissions/ExplicitJobPermissions to support reusable workflow call jobs by @TWiStErRob in #215

⬆️ Dependency Updates

  • Update TWiStErRob/github-workflows digest to 943fa2f by @renovate in #180
  • Update dependency mkdocs-material from ==9.5.17 to ==9.5.18 by @renovate in #196
  • Update dependency regex from ==2023.12.25 to ==2024.4.16 (major v2024) by @renovate in #198
  • Update dependency io.github.classgraph:classgraph from 4.8.170 to 4.8.171 by @renovate in #200
  • Update dependency pymdown-extensions from ==10.7.1 to ==10.8 by @renovate in #208
  • Update dependency io.github.classgraph:classgraph from 4.8.171 to 4.8.172 by @renovate in #216

❓ Other Changes

Full Changelog: v0.4.1...v0.5.0

v0.4.1

12 Apr 06:31
76f5adf
Compare
Choose a tag to compare

What's Changed

🐛 Rule Changes

⬆️ Dependency Updates

  • Update TWiStErRob/github-workflows action from v1 to v3 (major v3) by @renovate in #165
  • Update dependency org.mockito.kotlin:mockito-kotlin from 5.2.1 to 5.3.1 by @renovate in #169
  • Update python Docker tag to v3.12.3 by @renovate in #168
  • Update dependency idna from ==3.6 to ==3.7 by @renovate in #170

❓ Other Changes

  • Prepare next development version v0.4.1-SNAPSHOT by @github-actions in #161
  • Release v0.4.1 by @github-actions in #174

Full Changelog: v0.4.0...v0.4.1

v0.4.0

06 Apr 15:02
c0663b6
Compare
Choose a tag to compare

What's Changed

✨ New Features

🔍 New Rules

🐛 Rule Changes

⬆️ Dependency Updates

  • Update dependency pymdown-extensions from ==10.7 to ==10.7.1 by @renovate in #101
  • Update dependency mkdocs-material from ==9.5.12 to ==9.5.13 by @renovate in #102
  • Update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.9.22 to 1.9.23 by @renovate in #103
  • Update dependency org.jetbrains.kotlin.jvm from 1.9.22 to 1.9.23 by @renovate in #104
  • Update dependency packaging from ==23.2 to ==24.0 (major v24) by @renovate in #114
  • Update dependency io.kotest:kotest-assertions-core from 5.8.0 to 5.8.1 by @renovate in #120
  • Update dependency gradle from 8.7-rc-2 to 8.7-rc-3 by @renovate in #121
  • Update dependency io.github.detekt.sarif4k:sarif4k from 0.5.0 to 0.6.0 by @renovate in #122
  • Update dependency Markdown from ==3.5.2 to ==3.6 by @renovate in #139
  • Update dependency com.android.tools:r8 from 8.2.47 to 8.3.37 by @renovate in #125
  • Replace R8 with canary version by @TWiStErRob in #140
  • Upgrade r8 from 8.4.17-dev to 8.4.21 by @TWiStErRob in #142
  • Update dependency mkdocs-material from ==9.5.13 to ==9.5.14 by @renovate in #146
  • Update dependency gradle from 8.7-rc-3 to 8.7-rc-4 by @renovate in #148
  • Update dependency gradle from 8.7-rc-4 to 8.7 by @renovate in #150
  • Update dependency mkdocs-material from ==9.5.14 to ==9.5.15 by @renovate in #151
  • Update Detekt monorepo from 1.23.5 to 1.23.6 (patch) by @renovate in #152
  • Update dependency com.github.ajalt.clikt:clikt from 4.2.2 to 4.3.0 by @renovate in #153
  • Update dependency mkdocs-material from ==9.5.15 to ==9.5.16 by @renovate in #154
  • Update dependency mkdocs-material from ==9.5.16 to ==9.5.17 by @renovate in #155
  • Update dependency io.github.classgraph:classgraph from 4.8.168 to 4.8.170 by @renovate in #156

❓ Other Changes

Full Changelog: v0.3.1...v0.4.0

v0.3.1

03 Mar 19:42
dba6288
Compare
Choose a tag to compare

What's Changed

  • Prepare next development version v0.3.1-SNAPSHOT by @github-actions in #79
  • Publish SARIF report from action by @TWiStErRob in #80
  • Release v0.3.1 by @github-actions in #81

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Mar 19:09
2c1d286
Compare
Choose a tag to compare

What's Changed

  • Release Process: prepare next development version by @TWiStErRob in #40
  • Prepare next development version v0.2.1-SNAPSHOT by @github-actions in #41
  • Started action model and extract component factory by @TWiStErRob in #43
  • GitHub Command reporter by @TWiStErRob in #45
  • Generate Website by @TWiStErRob in #46
  • Update python Docker tag to v3.11.8 by @renovate in #47
  • Update python Docker tag to v3.12.2 by @renovate in #48
  • Run CI on main by @TWiStErRob in #49
  • Update dependency dev.harrel:json-schema from 1.5.0 to 1.5.1 by @renovate in #51
  • Update dependency gradle from 8.6 to 8.7-rc-1 by @renovate in #56
  • Update dependency mkdocs-material from ==9.5.10 to ==9.5.11 by @renovate in #58
  • GH-Lint by @TWiStErRob in #50
  • GH-Lint: Rename tool to match by @TWiStErRob in #61
  • Test markdown generation for SARIF and website by @TWiStErRob in #59
  • Fix #22: Render finding message on website, and swap code and explanation by @TWiStErRob in #62
  • Fix #57: DuplicateShell detects more duplications by @TWiStErRob in #63
  • Fix #42: DuplicateStepIdRule with SimilarStepId issue by @TWiStErRob in #64
  • Fix #20: GitHub Action by @TWiStErRob in #66
  • Command Line Interface (CLI) for reporting by @TWiStErRob in #67
  • Turn up mkdocs strict validation to actually detect issues by @TWiStErRob in #68
  • YAML JSON Schema validation cleanup (~2x speedup) by @TWiStErRob in #70
  • Update dependency mkdocs-material from ==9.5.11 to ==9.5.12 by @renovate in #71
  • Update dependency gradle from 8.7-rc-1 to 8.7-rc-2 by @renovate in #72
  • Update dependency dev.harrel:json-schema from 1.5.1 to 1.5.2 by @renovate in #73
  • Update dependency python-dateutil from ==2.8.2 to ==2.9.0 by @renovate in #74
  • Update dependency python-dateutil from ==2.9.0 to ==2.9.0.post0 by @renovate in #75
  • Prepare action.yml change before release by @TWiStErRob in #77
  • Release v0.3.0 by @github-actions in #78

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Feb 09:58
1083c3c
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #34

Full Changelog: v0.1.0...v0.2.0

v0.1.0 Proof of Concept

12 Feb 10:01
80ded75
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/TWiStErRob/net.twisterrob.ghlint/commits/v0.1