File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2424 # Need to check out as part of the test, as its a local action
2525 - name : Checkout repo
2626 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+ with :
28+ persist-credentials : false
2729
2830 # Upload artifact from tests:
2931 - name : Upload artifact [Environments-macOS-CodeCoverage]
Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ jobs:
2222 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 with :
2424 fetch-depth : 0
25+ persist-credentials : false
2526
2627 - name : Lint code base
2728 uses : super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
2829 env :
2930 GITHUB_TOKEN : ${{ github.token }}
31+ VALIDATE_BIOME_FORMAT : false
3032 VALIDATE_JSON_PRETTIER : false
3133 VALIDATE_MARKDOWN_PRETTIER : false
3234 VALIDATE_YAML_PRETTIER : false
You can’t perform that action at this time.
0 commit comments