Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Merge pull request #49 from Nick2bad4u/dependabot/github_actions/gith… #181

Merge pull request #49 from Nick2bad4u/dependabot/github_actions/gith…

Merge pull request #49 from Nick2bad4u/dependabot/github_actions/gith… #181

Workflow file for this run

on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main
- master
paths:
- .github/workflows/semgrep.yml
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: 48 21 * * *
name: Semgrep
permissions:
contents: read
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-20.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- run: semgrep ci