- Notifications
You must be signed in to change notification settings - Fork1k
Comparing changes
Open a pull request
base repository:super-linter/super-linter
Uh oh!
There was an error while loading.Please reload this page.
base:v7.2.0
head repository:super-linter/super-linter
Uh oh!
There was an error while loading.Please reload this page.
compare:v7.2.1
- 15commits
- 21files changed
- 5contributors
Commits on Nov 20, 2024
chore: move npm audit to a dedicate task (#6297)
Move 'npm audit' execution to a dedicated target (and correspondingstep) so that we can modularize it, and avoid that it blocks that wholetest suite.
Commits on Nov 26, 2024
deps(npm): bump renovate from 39.15.4 to 39.31.3 in /dependencies (#6397
)Bumps [renovate](https://github.com/renovatebot/renovate) from 39.15.4 to 39.31.3.- [Release notes](https://github.com/renovatebot/renovate/releases)- [Changelog](https://github.com/renovatebot/renovate/blob/main/.releaserc.json)- [Commits](renovatebot/renovate@39.15.4...39.31.3)---updated-dependencies:- dependency-name: renovate dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: disable fail-fast in ci (#6399)
Don't stop the test suite on test failures, and don't skip reportingfailures on certain test failures.
chore: update npm deps (#6401)
Update npm dependencies to versions without known vulnerabilities.Close#6400
Commits on Nov 27, 2024
fix: downgrade npm-groovy-lint to 15.0.0 (#6373)
Fix#6371npm-groovy-lint > 15.0.0 is impacted by:-nvuillam/npm-groovy-lint#428-nvuillam/npm-groovy-lint#422
deps(npm): bump @stoplight/spectral-cli in /dependencies (#6389)
Bumps [@stoplight/spectral-cli](https://github.com/stoplightio/spectral) from 6.14.1 to 6.14.2.- [Release notes](https://github.com/stoplightio/spectral/releases)- [Changelog](https://github.com/stoplightio/spectral/blob/develop/CHANGELOG.md)- [Commits](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-cli-6.14.1...@stoplight/spectral-cli-6.14.2)---updated-dependencies:- dependency-name: "@stoplight/spectral-cli" dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps(bundler): bump standard from 1.42.0 to 1.42.1 in /dependencies (#…
…6383)Bumps [standard](https://github.com/standardrb/standard) from 1.42.0 to 1.42.1.- [Release notes](https://github.com/standardrb/standard/releases)- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)- [Commits](standardrb/standard@v1.42.0...v1.42.1)---updated-dependencies:- dependency-name: standard dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps(docker): bump the docker group across 1 directory with 4 updates (…
…#6381)Bumps the docker group with 4 updates in the / directory: alpine/helm, goreleaser/goreleaser, powershell and composer/composer.Updates `alpine/helm` from 3.16.2 to 3.16.3Updates `goreleaser/goreleaser` from v2.4.5 to v2.4.8Updates `powershell` from 7.4-alpine-3.17 to 7.4-alpine-3.20Updates `composer/composer` from 2.8.2 to 2.8.3---updated-dependencies:- dependency-name: alpine/helm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker- dependency-name: goreleaser/goreleaser dependency-type: direct:production dependency-group: docker- dependency-name: powershell dependency-type: direct:production dependency-group: docker- dependency-name: composer/composer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps(php): bump the composer group across 1 directory with 2 updates (#…
…6365)Bumps the composer group with 2 updates in the /dependencies/composer directory: [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) and [phpstan/phpstan](https://github.com/phpstan/phpstan).Updates `squizlabs/php_codesniffer` from 3.11.0 to 3.11.1- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)- [Commits](PHPCSStandards/PHP_CodeSniffer@3.11.0...3.11.1)Updates `phpstan/phpstan` from 2.0.1 to 2.0.2- [Release notes](https://github.com/phpstan/phpstan/releases)- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)- [Commits](phpstan/phpstan@2.0.1...2.0.2)---updated-dependencies:- dependency-name: squizlabs/php_codesniffer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: composer- dependency-name: phpstan/phpstan dependency-type: direct:production update-type: version-update:semver-patch dependency-group: composer...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: define command options function before use (#6375)
Define functions in linterCommands.sh to avoid the need of exportingthem. Without this fix, a command that sourced linterCommands.sh wouldnot be able to find these functions, such as AddOptionsToCommand.Fix#6372
Commits on Dec 3, 2024
fix: make git conflict markers check more precise (#6379)
The#6113 introducednew Git merge conflicts linter check, that is error prone in someconditions (see screenshot).This PR adjusts this check to be more precise and exact in a way thatall three markers should be found to identify check as failed.Additionally improve Git merge conflict markers matchers.Co-authored-by: Marco Ferrari <ferrari.marco@gmail.com>
Commits on Dec 12, 2024
deps(npm): bump renovate from 39.31.3 to 39.58.1 in /dependencies (#6432
)Bumps [renovate](https://github.com/renovatebot/renovate) from 39.31.3 to 39.58.1.- [Release notes](https://github.com/renovatebot/renovate/releases)- [Changelog](https://github.com/renovatebot/renovate/blob/main/.releaserc.json)- [Commits](renovatebot/renovate@39.31.3...39.58.1)---updated-dependencies:- dependency-name: renovate dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps(php): bump phpstan/phpstan (#6419)
Bumps the composer group with 1 update in the /dependencies/composer directory: [phpstan/phpstan](https://github.com/phpstan/phpstan).Updates `phpstan/phpstan` from 2.0.2 to 2.0.3- [Release notes](https://github.com/phpstan/phpstan/releases)- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)- [Commits](phpstan/phpstan@2.0.2...2.0.3)---updated-dependencies:- dependency-name: phpstan/phpstan dependency-type: direct:production update-type: version-update:semver-patch dependency-group: composer...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: ensure setting /github/workdir as Git safe directory works always (
#6242)When running super-linter on in a self hosted runner based on ActionRunner Controller in K8s container mode the /github/home directory isnot neccesarily mounted. But since we expect this directory to existsuper-linter fails to set /github/workspace as a Git safe directory: 2024-10-04 17:58:37 [INFO] Successfully validated GITHUB_WORKSPACE: /github/workspace 2024-10-04 17:58:37 [DEBUG] Configuring Git safe directories 2024-10-04 17:58:37 [DEBUG] Set /github/workspace as a Git safe directory error: could not lock config file /github/home/.gitconfig: No such file or directory 2024-10-04 17:58:37 [FATAL] Cannot configure /github/workspace as a Git safe directory.Making sure this directory exists in container image ensures that underno circumstances we can fail - if the action runner provides/github/home it will be mounted over, and if not we provide a directorywhere git can actually create the new .gitconfig.This also defaults the HOME environment variable to /github/home as itis the default in most places. So if somebody decides to override HOMEthey are also expected to ensure that this directory exists (or is avolume mount)
Commits on Dec 13, 2024
chore(main): release 7.2.1 (#6404)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v7.2.0...v7.2.1
Uh oh!
There was an error while loading.Please reload this page.