Skip to content

build(deps): bump toshimaru/auto-author-assign from 1.6.2 to 2.0.1 #135

build(deps): bump toshimaru/auto-author-assign from 1.6.2 to 2.0.1

build(deps): bump toshimaru/auto-author-assign from 1.6.2 to 2.0.1 #135

Workflow file for this run

name: SAST
on:
pull_request: {}
push:
branches:
- master
- main
workflow_dispatch: {}
jobs:
semgrep:
name: Semgrep SAST
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
# only required for workflows in private repositories
actions: read
contents: read
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- uses: Kong/public-shared-actions/security-actions/semgrep@v1
with:
additional_config: '--config p/rust'