Skip to content

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 #1815

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 #1815

Workflow file for this run

on:
pull_request: {}
push:
branches:
- main
- master
paths:
- .github/workflows/semgrep.yml
schedule:
- cron: '0 0 * * 0'
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-22.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep@sha256:7843a979bf88d9d16c476e9f7f547b573187f395532b1f74825fd58c6463c5b0 # latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- run: semgrep ci