mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
testing versioning (#1171)
* Synchronize versions for upcoming release potentially addressing #490
This commit is contained in:
parent
ab8780a58f
commit
469e002c2e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/stack-linter.yml
vendored
2
.github/workflows/stack-linter.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
# Run Linter against code base #
|
# Run Linter against code base #
|
||||||
################################
|
################################
|
||||||
- name: Lint Code Base
|
- name: Lint Code Base
|
||||||
uses: docker://ghcr.io/github/super-linter:latest
|
uses: github/super-linter@v3.14.5
|
||||||
env:
|
env:
|
||||||
ACTIONS_RUNNER_DEBUG: true
|
ACTIONS_RUNNER_DEBUG: true
|
||||||
ERROR_ON_MISSING_EXEC_BIT: true
|
ERROR_ON_MISSING_EXEC_BIT: true
|
||||||
|
|
|
@ -3,7 +3,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:v3'
|
image: 'docker://ghcr.io/github/super-linter:v3.14.5'
|
||||||
branding:
|
branding:
|
||||||
icon: 'check-square'
|
icon: 'check-square'
|
||||||
color: 'white'
|
color: 'white'
|
||||||
|
|
Loading…
Reference in a new issue