Skip to content

Commit 6bf20e3

Browse files
dependabot[bot]tylertitsworth
and
tylertitsworth
authored
Bump super-linter/super-linter from 6.8.0 to 7.1.0 (#356)
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent 89c9cc3 commit 6bf20e3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
File renamed without changes.

.github/workflows/lint.yaml

+8-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
2828
permissions:
2929
contents: read
30-
# statuses: write
30+
statuses: write
3131
steps:
3232
- name: Harden Runner
3333
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
@@ -39,16 +39,20 @@ jobs:
3939
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4040
with:
4141
fetch-depth: 0
42-
- uses: super-linter/super-linter/slim@b4515bd4ad9d0aa4681960e053916ab991bdbe96 # v6.8.0
42+
- uses: super-linter/super-linter/slim@b92721f792f381cedc002ecdbb9847a15ece5bb8 # v7.1.0
4343
env:
44-
# To report GitHub Actions status checks
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4644
GITHUB_ACTIONS_COMMAND_ARGS: '-ignore SC.*'
45+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4746
VALIDATE_BASH_EXEC: false
4847
VALIDATE_CHECKOV: false
48+
VALIDATE_HTML_PRETTIER: false
4949
VALIDATE_HTML: false
50+
VALIDATE_JSON_PRETTIER: false
5051
VALIDATE_KUBERNETES_KUBECONFORM: false
52+
VALIDATE_MARKDOWN_PRETTIER: false
5153
VALIDATE_NATURAL_LANGUAGE: false
5254
VALIDATE_PYTHON_FLAKE8: false
5355
VALIDATE_PYTHON_MYPY: false
56+
VALIDATE_PYTHON_PYINK: false
5457
VALIDATE_PYTHON_RUFF: false
58+
VALIDATE_YAML_PRETTIER: false

0 commit comments

Comments
 (0)