Bump the pkg-updates group with 3 updates #429
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
# The branches below must be a subset of the branches above | |
branches: [master] | |
paths-ignore: | |
- "**/*.md" | |
- "**/*.txt" | |
- "**/.editorconfig" | |
- "**/*.runsettings" | |
- "**/typos.toml" | |
- ".github/**" | |
- "!.github/workflows/semgrep.yml" | |
push: | |
branches: | |
- main | |
- master | |
paths-ignore: | |
- "**/*.md" | |
- "**/*.txt" | |
- "**/.editorconfig" | |
- "**/*.runsettings" | |
- "**/typos.toml" | |
- ".github/**" | |
- "!.github/workflows/semgrep.yml" | |
schedule: | |
- cron: '0 0 * * 0' | |
workflow_dispatch: | |
inputs: | |
reason: | |
description: "The reason for running the workflow" | |
required: true | |
default: "Manual run" | |
name: Semgrep | |
jobs: | |
semgrep: | |
name: Semgrep/CI | |
runs-on: ubuntu-latest | |
env: | |
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} | |
container: | |
image: returntocorp/semgrep | |
steps: | |
- uses: actions/checkout@v4.2.2 | |
- run: semgrep ci |