Skip to content

build(deps): bump golang from 1.21-alpine to 1.22-alpine #64

build(deps): bump golang from 1.21-alpine to 1.22-alpine

build(deps): bump golang from 1.21-alpine to 1.22-alpine #64

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}