Skip to content

Allow specifying the restricted language for a problem via new `langu… #5238

Allow specifying the restricted language for a problem via new `langu…

Allow specifying the restricted language for a problem via new `langu… #5238

Workflow file for this run

name: SL Scan
on:
merge_group:
pull_request:
branches:
- main
- '[0-9]+.[0-9]+'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
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@v3
with:
sarif_file: reports