We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f33ec3 commit c3a0380Copy full SHA for c3a0380
action.yaml
@@ -58,7 +58,7 @@ runs:
58
- name: Semgrep Scan
59
id: semgrep-scan
60
continue-on-error: true
61
- uses: MetaMask/Semgrep-action@ellul/init
+ uses: MetaMask/Semgrep-action@main
62
with:
63
paths_ignored: ${{ inputs.paths_ignored }}
64
@@ -89,7 +89,6 @@ runs:
89
env:
90
SLACK_WEBHOOK_URL: ${{ inputs.slack_webhook }}
91
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
92
- # Save to mixpanel
93
94
- name: Save run metadata to mixpanel
95
if: ${{ env.inputs.mixpanel_project_token != '' }}
@@ -101,7 +100,6 @@ runs:
101
100
CODEQL_SCAN_RESULT: ${{ env.SCAN_RESULT }}
102
run: yarn run log-to-mixpanel
103
shell: bash
104
- # end save to mixpanel
105
106
- name: Finish on failure
107
if: ${{ env.SCAN_RESULT == 'failure' }}
0 commit comments