Skip to content

Commit d98cf28

Browse files
workflow: disable security-gates due to broken pipelines
1 parent 828314c commit d98cf28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
with:
5050
token: ${{ secrets.CODECOV_TOKEN }}
5151
slug: Trendyol/es-query-builder
52-
security-gates:
53-
uses: Trendyol/security-actions/.github/workflows/security-gates.yml@master
54-
needs: build
55-
permissions:
56-
actions: read
57-
contents: read
58-
security-events: write
52+
# security-gates:
53+
# uses: Trendyol/security-actions/.github/workflows/security-gates.yml@master
54+
# needs: build
55+
# permissions:
56+
# actions: read
57+
# contents: read
58+
# security-events: write

0 commit comments

Comments
 (0)