Skip to content

Commit 3fbfd11

Browse files
Bump simplesamlphp/simplesamlphp-assets-base from 2.1.11 to 2.1.12 (#1966)
* Bump simplesamlphp/simplesamlphp-assets-base from 2.1.11 to 2.1.12 Bumps [simplesamlphp/simplesamlphp-assets-base](https://github.com/simplesamlphp/simplesamlphp-assets-base) from 2.1.11 to 2.1.12. - [Commits](simplesamlphp/simplesamlphp-assets-base@v2.1.11...v2.1.12) --- updated-dependencies: - dependency-name: simplesamlphp/simplesamlphp-assets-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix super-linter * Fix package name --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim van Dijen <tvdijen@gmail.com>
1 parent ffb4cbc commit 3fbfd11

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/workflows/php.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,18 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:
24+
# super-linter needs the full git history to get the
25+
# list of files that changed across commits
2426
fetch-depth: 0
2527

2628
- name: Lint Code Base
27-
uses: github/super-linter/slim@v6
29+
uses: super-linter/super-linter/slim@v6
2830
env:
31+
# To report GitHub Actions status checks
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
LINTER_RULES_PATH: 'tools/linters'
2934
LOG_LEVEL: NOTICE
3035
VALIDATE_ALL_CODEBASE: true
31-
LINTER_RULES_PATH: 'tools/linters'
3236
VALIDATE_CSS: true
3337
VALIDATE_JAVASCRIPT_ES: true
3438
VALIDATE_JSON: true

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)