Skip to content

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

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

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

Workflow file for this run

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