File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 3030 # Set the agent to run on
3131 runs-on : ubuntu-latest
3232
33+ permissions :
34+ contents : read
35+ packages : read
36+ # To report GitHub Actions status checks
37+ statuses : write
38+
3339 # #################
3440 # Load all steps #
3541 # #################
4753 # Run Linter against code base #
4854 # ###############################
4955 - name : Lint Code Base
50- uses : super-linter/super-linter/slim@v6
56+ uses : super-linter/super-linter/slim@v7
5157 env :
5258 LINTER_RULES_PATH : " ."
5359 VALIDATE_ALL_CODEBASE : false
6369 VALIDATE_YAML : false
6470 # Run specific linters and only output warnings. Each linter run here should not be run in the action above.
6571 - name : Lint Code Base for Warnings
66- uses : super-linter/super-linter/slim@v6
72+ uses : super-linter/super-linter/slim@v7
6773 env :
6874 LINTER_RULES_PATH : " ."
6975 VALIDATE_ALL_CODEBASE : false
You can’t perform that action at this time.
0 commit comments