Skip to content

Commit

Permalink
Merge pull request #1354 from brave/main
Browse files Browse the repository at this point in the history
Sync production with main
  • Loading branch information
tackley authored Feb 5, 2024
2 parents 598ba4e + 4d57cce commit 10b2ad1
Show file tree
Hide file tree
Showing 4 changed files with 1,054 additions and 1,169 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
# fail the build if any generated javascript contains 'eval' to help mitigate the need for script-src unsafe-eval CSP
if find html -name "*.js" | xargs grep -El "\beval\("; then echo '"eval" found'; exit 99; else echo '"eval" not found'; fi
- name: Upload built outputs
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: build-output
path: html
Expand Down
Loading

0 comments on commit 10b2ad1

Please sign in to comment.