Skip to content

Commit c3a0380

Browse files
committed
Update branch reference to semgrep action
1 parent 7f33ec3 commit c3a0380

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

action.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
- name: Semgrep Scan
5959
id: semgrep-scan
6060
continue-on-error: true
61-
uses: MetaMask/Semgrep-action@ellul/init
61+
uses: MetaMask/Semgrep-action@main
6262
with:
6363
paths_ignored: ${{ inputs.paths_ignored }}
6464

@@ -89,7 +89,6 @@ runs:
8989
env:
9090
SLACK_WEBHOOK_URL: ${{ inputs.slack_webhook }}
9191
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
92-
# Save to mixpanel
9392

9493
- name: Save run metadata to mixpanel
9594
if: ${{ env.inputs.mixpanel_project_token != '' }}
@@ -101,7 +100,6 @@ runs:
101100
CODEQL_SCAN_RESULT: ${{ env.SCAN_RESULT }}
102101
run: yarn run log-to-mixpanel
103102
shell: bash
104-
# end save to mixpanel
105103

106104
- name: Finish on failure
107105
if: ${{ env.SCAN_RESULT == 'failure' }}

0 commit comments

Comments
 (0)