Skip to content

chore(deps): update dependency browserslist to v4.24.0 #10749

chore(deps): update dependency browserslist to v4.24.0

chore(deps): update dependency browserslist to v4.24.0 #10749

Workflow file for this run

---
name: update-gitleaks
on:
pull_request:
types:
- opened
- synchronize
- reopened
- closed
merge_group:
permissions:
contents: write
pull-requests: write
jobs:
update-gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha || github.event.merge_group.head_sha }}
- uses: actions/setup-node@v4.0.4
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
node-version-file: .node-version
cache: npm
- name: Install packages
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: npm ci
- uses: dev-hato/actions-update-gitleaks@v0.0.76
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true