We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64867e2 commit b193f98Copy full SHA for b193f98
.github/workflows/pull-request.yml
@@ -12,6 +12,7 @@ permissions:
12
checks: write
13
id-token: write
14
15
+jobs:
16
# Code quality checks
17
trunk-check:
18
name: Trunk code check
@@ -23,8 +24,6 @@ permissions:
23
24
uses: trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4
25
with:
26
check-mode: all
-
27
-jobs:
28
pr-check-hadcoded-secrets:
29
name: "Check PR for hardcoded secrets"
30
uses: mParticle/mparticle-workflows/.github/workflows/security-hardcoded-secrets.yml@main
0 commit comments