You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2023/01/12 12:41:34 UTC

[cloudstack] branch main updated: Use Super-Linter Slim Image (#6610)

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 <jb...@users.noreply.github.com>
AuthorDate: Thu Jan 12 22:41:28 2023 +1000

    Use Super-Linter Slim Image (#6610)
    
    Co-authored-by: dahn <da...@onecht.net>
---
 .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/slim@v4.9.6
         env:
           DEFAULT_BRANCH: main
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}