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

build(deps): bump github/codeql-action from 3.26.4 to 3.26.5 in the github-actions group #401

build(deps): bump github/codeql-action from 3.26.4 to 3.26.5 in the github-actions group

build(deps): bump github/codeql-action from 3.26.4 to 3.26.5 in the github-actions group #401

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: 49 5 * * *
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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: semgrep ci