Skip to content

Use addSql() instead of executeStatement() in executable hash migration #37

Use addSql() instead of executeStatement() in executable hash migration

Use addSql() instead of executeStatement() in executable hash migration #37

Workflow file for this run

name: SL Scan
on:
push:
branches-ignore:
- main
- '[0-9]+.[0-9]+'
- gh-readonly-queue/main/*
- gh-readonly-queue/main/[0-9]+.[0-9]+
jobs:
Scan-Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Perform Scan
uses: ShiftLeftSecurity/scan-action@master
env:
WORKSPACE: ""
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SCAN_AUTO_BUILD: true
SCAN_ANNOTATE_PR: 0
with:
output: reports
type: python,bash
- name: Upload report
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: reports