Skip to content

Bump node from 23.5-alpine3.20 to 23.6-alpine3.20 (#467) #557

Bump node from 23.5-alpine3.20 to 23.6-alpine3.20 (#467)

Bump node from 23.5-alpine3.20 to 23.6-alpine3.20 (#467) #557

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