Skip to content

Bump codespell-project/actions-codespell from 2.0 to 2.1 (#224) #358

Bump codespell-project/actions-codespell from 2.0 to 2.1 (#224)

Bump codespell-project/actions-codespell from 2.0 to 2.1 (#224) #358

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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v1
with:
egress-policy: block
allowed-endpoints:
github.com:443
metrics.semgrep.dev:443
semgrep.dev:443
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2
- uses: returntocorp/semgrep-action@713efdd345f3035192eaa63f56867b88e63e4e5d # v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}