Skip to content

t3sts: fix semgrep rule ids #1024

t3sts: fix semgrep rule ids

t3sts: fix semgrep rule ids #1024

Workflow file for this run

name: loop
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
jobs:
loop:
name: loop
runs-on: ubuntu-latest
strategy:
fail-fast: false
# CodeQL analyzed languages
matrix:
language: [ 'generic', 'javascript', '' ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
pwd
tree -a
shell: bash
- uses: ./
with:
debug: true
github_token: ${{ secrets.GITHUB_TOKEN }}