Skip to content

Bump the pkg-updates group with 3 updates #429

Bump the pkg-updates group with 3 updates

Bump the pkg-updates group with 3 updates #429

Workflow file for this run

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