This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new c0a32d00b73 Use Super-Linter Slim Image (#6610)
c0a32d00b73 is described below
commit c0a32d00b73a22c09d4abd1e3f0f07be643ff377
Author: John Bampton <[email protected]>
AuthorDate: Thu Jan 12 22:41:28 2023 +1000
Use Super-Linter Slim Image (#6610)
Co-authored-by: dahn <[email protected]>
---
.github/workflows/linter.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index a484903d99b..04b06c08334 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -39,8 +39,8 @@ jobs:
with:
# Full git history is needed to get a proper list of changed files
within `super-linter`
fetch-depth: 0
- - name: Super-Linter
- uses: github/super-linter@v4
+ - name: SuperLinter
+ uses: github/super-linter/[email protected]
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}