Skip to content

Commit

Permalink
for testing11
Browse files Browse the repository at this point in the history
  • Loading branch information
IITI-tushar committed Dec 18, 2024
1 parent 02bed8a commit c0fec3b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 13 deletions.
43 changes: 30 additions & 13 deletions .github/workflows/codeql-codescan.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
##############################################################################
##############################################################################
#
# NOTE!
#
# Please read the README.md file in this directory that defines what should
# be placed in this file
#
##############################################################################
##############################################################################

name: CodeQL codescan workflow

on:
pull_request:
branches:
- '**'
- '**'
push:
branches:
- '**'
- '**'

jobs:
CodeQL:
Expand All @@ -18,17 +29,23 @@ jobs:
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'typescript']

steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: typescript
debug: true
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
debug: true

- name: Autobuild
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "typescript-analysis"
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Empty file added test1.txt
Empty file.

0 comments on commit c0fec3b

Please sign in to comment.