Skip to content

Add support for Intel SDE 9.33.0 #3

Add support for Intel SDE 9.33.0

Add support for Intel SDE 9.33.0 #3

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'build.yml'
pull_request:
paths-ignore:
- '**.md'
- 'build.yml'
jobs:
analyze:
name: Analyze
runs-on: 'ubuntu-latest'
timeout-minutes: 60
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: 'javascript-typescript'
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"