File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 persist-credentials : false
2525
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 with :
3030 # super-linter needs the full git history to get the
3131 # list of files that changed across commits
@@ -41,11 +41,14 @@ jobs:
4141 env :
4242 # To report GitHub Actions status checks
4343 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44+ VALIDATE_BIOME_FORMAT : false
45+ VALIDATE_BIOME_LINT : false
4446 VALIDATE_GITHUB_ACTIONS_ZIZMOR : false
4547 VALIDATE_JSCPD : false
4648 VALIDATE_JSON_PRETTIER : false
4749 VALIDATE_MARKDOWN_PRETTIER : false
4850 VALIDATE_NATURAL_LANGUAGE : false
4951 VALIDATE_SHELL_SHFMT : false
5052 VALIDATE_TERRAFORM_TERRASCAN : false
53+ VALIDATE_TRIVY : false
5154 VALIDATE_YAML_PRETTIER : false
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 persist-credentials : false
You can’t perform that action at this time.
0 commit comments