Skip to content

chore(deps): bump sass from 1.78.0 to 1.79.3 in /web #1107

chore(deps): bump sass from 1.78.0 to 1.79.3 in /web

chore(deps): bump sass from 1.78.0 to 1.79.3 in /web #1107

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 }}