Skip to content

Commit a80f256

Browse files
committed
chore(megalinter): Pin to commit hash over version
1 parent 67eab12 commit a80f256

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/mega-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585

8686
# You can override MegaLinter flavor used to have faster performances
8787
# More info at https://megalinter.io/latest/flavors/
88-
uses: oxsecurity/megalinter@v8
88+
# The below commit hash is v8.8.0
89+
uses: oxsecurity/megalinter@e08c2b05e3dbc40af4c23f41172ef1e068a7d651
8990

9091
id: ml
9192

kics.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ exclude-queries:
1010

1111
# Sensitive Port Exposed to Private Network (This is fine due to VPC)
1212
- 92fe237e-074c-4262-81a4-2077acb928c1
13-
14-
# Megalinter Action pinning to @v8 instead of a commit hash
15-
- 555ab8f9-2001-455e-a077-f2d0f41e2fb9

0 commit comments

Comments
 (0)