Skip to content

Commit ccdda28

Browse files
committed
Try using a write-all permission
1 parent 3ce9f57 commit ccdda28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/mega-linter.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
build:
2323
name: MegaLinter
2424
runs-on: ubuntu-latest
25-
permissions:
26-
actions: write
27-
contents: write
25+
# checkov:skip=CKV2_GHA_1:We need this for auto-commit
26+
permissions: write-all
2827
steps:
2928
# Git Checkout
3029
- name: Checkout Code

0 commit comments

Comments
 (0)