Skip to content

Commit

Permalink
23: Bump superlinter to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
denisa committed Aug 20, 2024
1 parent 0b086be commit 555200c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/super-linter.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ MARKDOWN_CONFIG_FILE=markdown-lint.yaml
SUPPRESS_POSSUM=true
VALIDATE_ALL_CODEBASE=true
VALIDATE_GITLEAKS=false
VALIDATE_GO=false
VALIDATE_JSCPD=false
VALIDATE_JSON_PRETTIER=false
VALIDATE_MARKDOWN_PRETTIER=false
VALIDATE_YAML_PRETTIER=false
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ Categories, defined in [changemap.json](.github/clq/changemap.json)):
- `Fixed` for any bugfixes.
- `Security` in case of vulnerabilities.

## [1.0.8] - 2024-08-20

### Fixed

- Bump `super-linter/super-linter` from 6 to 7
- Disable `prettier`, its opinion differs too much

## [1.0.7] - 2024-08-15

### Fixed
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
.PHONY: superlinter
superlinter:
docker run --rm \
--platform linux/amd64 \
-e RUN_LOCAL=true \
-e SHELL=/bin/bash \
--env-file ".github/super-linter.env" \
-w /tmp/lint -v "$(CURDIR):/tmp/lint" \
github/super-linter:v5
ghcr.io/super-linter/super-linter:v7

.PHONY: shellcheck
shellcheck:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Summary

GitHub action to help set a semantic tag, keeping major and minor tags current.
GitHub Action to help set a semantic tag, keeping major and minor tags current.

This action is inspired by GitHub:
"We recommend creating releases using semantically versioned tags – for example, v1.1.3 –
Expand Down

0 comments on commit 555200c

Please sign in to comment.