Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Bump datatables.net-bs4 from 1.13.6 to 2.1.6 #1906

Bump datatables.net-bs4 from 1.13.6 to 2.1.6

Bump datatables.net-bs4 from 1.13.6 to 2.1.6 #1906

Workflow file for this run

on:
pull_request: {}
push:
branches:
- developer
paths:
- .github/workflows/semgrep.yml
schedule:
- cron: '0 0 * * 0'
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}