Skip to content

chore(deps): bump next from 14.2.11 to 14.2.13 in /web #1108

chore(deps): bump next from 14.2.11 to 14.2.13 in /web

chore(deps): bump next from 14.2.11 to 14.2.13 in /web #1108

Workflow file for this run

---
name: semgrep
on:
push:
branches:
- development
paths:
- 'pkg/**'
- 'web/**'
- 'cmd/**'
- 'lib/**'
- 'go.*'
pull_request:
branches:
- development
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-latest
container:
image: semgrep/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}