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:
Grahame White 2023-08-07 20:09:19 +01:00 committed by GitHub
parent 6dca1f678f
commit 3a5ba0b431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ author: 'GitHub'
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
runs:
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:
icon: 'check-square'
color: 'white'