Skip to content

gha: bump github/codeql-action from 3.26.12 to 3.26.13 (#589) #937

gha: bump github/codeql-action from 3.26.12 to 3.26.13 (#589)

gha: bump github/codeql-action from 3.26.12 to 3.26.13 (#589) #937

Workflow file for this run

name: Semgrep
on:
#pull_request: {}
push:
branches:
- main
- master
permissions: read-all
jobs:
semgrep:
name: Scan
runs-on: ubuntu-24.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v1
with:
egress-policy: block
disable-telemetry: true
allowed-endpoints:
github.com:443
metrics.semgrep.dev:443
semgrep.dev:443
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v2
- uses: returntocorp/semgrep-action@713efdd345f3035192eaa63f56867b88e63e4e5d # v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}