diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-05-02 09:53:43 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-05-02 09:53:43 +0200 |
commit | 109780a35e3711dc2e2c68d9b30151486e34d66c (patch) | |
tree | fdfd9bee1bcc2987e0a3ddb797db9eea999b7f24 /.github/workflows/linter.yml | |
parent | ci: explicitly disable multi status for Super-Linter (diff) | |
download | systemd-109780a35e3711dc2e2c68d9b30151486e34d66c.tar.xz systemd-109780a35e3711dc2e2c68d9b30151486e34d66c.zip |
ci: point Super-Linter to the new upstream
Looks like since [0] the Super-Linter repo was moved to
super-linter/super-linter and github/super-linter is just a fork, so
let's update the reference accordingly.
[0] https://github.com/github/super-linter/commit/59fac7946c4891bb4867ebb4ffdb05c32fac3cf4
Diffstat (limited to '.github/workflows/linter.yml')
-rw-r--r-- | .github/workflows/linter.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b3d411e555..8651f4e06c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7 + uses: super-linter/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7 env: DEFAULT_BRANCH: main MULTI_STATUS: false |