This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 1d26d75 ci: Bump github/super-linter version to V4
1d26d75 is described below
commit 1d26d75e663c94f9082dfc5b838784d822b14209
Author: Gustavo Henrique Nihei <[email protected]>
AuthorDate: Tue Dec 21 14:08:35 2021 -0300
ci: Bump github/super-linter version to V4
Signed-off-by: Gustavo Henrique Nihei <[email protected]>
---
.github/workflows/lint.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index bcb3ca7..df35b1b 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- run: mkdir super-linter.report
- name: Lint
- uses: github/super-linter@v3
+ uses: github/super-linter@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false