Skip to content

fix: ReDos regex vulnerability, reported by @DayShift (#515) #405

fix: ReDos regex vulnerability, reported by @DayShift (#515)

fix: ReDos regex vulnerability, reported by @DayShift (#515) #405

Workflow file for this run

"on":
push:
branches:
- main
- beta
- next
- "*.x"
name: Release
jobs:
build:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}