Skip to content

Commit

Permalink
Create a new pull request by comparing changes across branches (#71)
Browse files Browse the repository at this point in the history
Comparison
  • Loading branch information
KidiIT authored Mar 20, 2024
2 parents 3632524 + e617e6a commit ae2f218
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 29 deletions.
42 changes: 42 additions & 0 deletions .github/CodeQL.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '26 7 * * 4'

jobs:
analyze:
name: Analyze
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'javascript-typescript']
steps:
- name: Checkout repository
uses: actions/checkout@v4


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

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


- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
29 changes: 0 additions & 29 deletions .github/workflows/webpack.yml

This file was deleted.

0 comments on commit ae2f218

Please sign in to comment.