Skip to content

Commit a06d403

Browse files
Bump super-linter/super-linter from 6.7.0 to 7.1.0 in the all-actions group (#2226)
* Bump super-linter/super-linter in the all-actions group Bumps the all-actions group with 1 update: [super-linter/super-linter](https://github.com/super-linter/super-linter). Updates `super-linter/super-linter` from 6.7.0 to 7.1.0 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@v6.7.0...v7.1.0) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]> * Remove unused use-statement --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim van Dijen <[email protected]>
1 parent 199c245 commit a06d403

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Lint Code Base
29-
uses: super-linter/super-linter/slim@v6.7.0
29+
uses: super-linter/super-linter/slim@v7.1.0
3030
env:
3131
SAVE_SUPER_LINTER_OUTPUT: false
3232
# To report GitHub Actions status checks

src/SimpleSAML/Locale/Language.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
use function call_user_func;
2020
use function in_array;
2121
use function is_callable;
22-
use function strtolower;
2322

2423
class Language
2524
{

0 commit comments

Comments
 (0)