mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
Update docker image used by slim version of the action (#4505)
Uses the updated super-linter/super-linter repo Bumps the slim image version to 5.2.0 to align with the full-fat version of the action
This commit is contained in:
parent
6dca1f678f
commit
3a5ba0b431
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ author: 'GitHub'
|
||||||
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
|
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://ghcr.io/github/super-linter:slim-v5.0.0'
|
image: 'docker://ghcr.io/super-linter/super-linter:slim-v5.2.0'
|
||||||
branding:
|
branding:
|
||||||
icon: 'check-square'
|
icon: 'check-square'
|
||||||
color: 'white'
|
color: 'white'
|
||||||
|
|
Loading…
Reference in a new issue