Skip to content

Commit 2ddd017

Browse files
authored
Merge pull request #58 from mdrocan/change_megalinter_image
changed to ci_light with MegaLinter
2 parents 5dc0ee8 + e43d773 commit 2ddd017

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ permissions: read-all
1212
jobs:
1313
check:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
issues: write
17+
pull-requests: write
1518

1619
steps:
1720
- uses: actions/checkout@v3
1821
with:
1922
fetch-depth: 0
2023

2124
- name: Lint Code Base
22-
uses: oxsecurity/megalinter@v7
25+
uses: oxsecurity/megalinter/flavors/ci_light@v7.3.0
2326
env:
2427
VALIDATE_ALL_CODEBASE: true
2528
DEFAULT_BRANCH: master

0 commit comments

Comments
 (0)