Skip to content

Commit

Permalink
Update CodeQL configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Dec 22, 2024
1 parent c3341a1 commit 6a56ec0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 50 deletions.
4 changes: 4 additions & 0 deletions .github/codeql/codeql-configuration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
paths:
- .github
- packages
paths-ignore:
- analysis
- deploy-doc
- dist
- lint-doc
Expand Down
14 changes: 9 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ jobs:
codeql-build:
name: CodeQL Build

runs-on: ubuntu-latest

permissions:
security-events: write

strategy:
matrix:
language:
- actions
- typescript

runs-on: ubuntu-latest

steps:
- name: Checkout tree
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -27,9 +33,7 @@ jobs:
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
config-file: .github/codeql/codeql-configuration.yml

- name: Autobuild
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
languages: ${{ matrix.language }}

- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
45 changes: 0 additions & 45 deletions .github/workflows/scorecard.yml

This file was deleted.

0 comments on commit 6a56ec0

Please sign in to comment.