Skip to content

ci: Remediate Node.js 20 deprecation in GitHub Actions workflows #60

ci: Remediate Node.js 20 deprecation in GitHub Actions workflows

ci: Remediate Node.js 20 deprecation in GitHub Actions workflows #60

Workflow file for this run

name: Security check - Semgrep
on:
pull_request:
workflow_dispatch:
push:
branches:
- staging
- main
- master
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.3
- uses: r7kamura/semgrepper@v0
continue-on-error: true