Skip to content

Commit

Permalink
ci(netlify): fix malicious code published by Marak
Browse files Browse the repository at this point in the history
`colors` package self-compromised with infinite loop zalgo
  • Loading branch information
wopian committed Jan 10, 2022
1 parent 71ccad5 commit 8980135
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:

- name: Deploy SPA
if: success() && ${{ github.ref == 'refs/heads/master' }}
uses: netlify/actions/cli@6c34c3fcafc69ac2e1d6dbf226560329c6dfc51b
# uses: netlify/actions/cli@6c34c3fcafc69ac2e1d6dbf226560329c6dfc51b # Broken by Malak publishing malicious colors.js version
uses: wopian/netlify-actions-colors-fix/cli@e120165a3282ad303f0ee47593f13b15d935b7d6
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down

1 comment on commit 8980135

@wopian
Copy link
Owner Author

@wopian wopian commented on 8980135 Jan 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See netlify/cli#3981 for reason

Please sign in to comment.