Skip to content

Bump github.com/go-echarts/go-echarts/v2 from 2.2.4 to 2.2.6 #5

Bump github.com/go-echarts/go-echarts/v2 from 2.2.4 to 2.2.6

Bump github.com/go-echarts/go-echarts/v2 from 2.2.4 to 2.2.6 #5

Workflow file for this run

name: Semgrep
on:
pull_request: {}
jobs:
semgrep:
name: Scan
runs-on: [ubuntu-latest] # nosemgrep : semgrep.dev/s/swati31196:github_provided_runner
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}