Skip to content

Commit

Permalink
chore(ci): use default CodeQL (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored May 22, 2024
1 parent ee44e69 commit 80fe4ad
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,6 @@ concurrency:
cancel-in-progress: true

jobs:
codeql:
name: Semantic Code Analysis
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4

- name: Initialize
uses: github/codeql-action/init@v3
with:
languages: javascript

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

semantic-version:
outputs:
semanticVersion: ${{ steps.changelog.outputs.version }}
Expand Down

0 comments on commit 80fe4ad

Please sign in to comment.