Skip to content

Commit

Permalink
ci: Sync CodeQL workflows with master.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mightyjo committed Oct 2, 2024
1 parent 4d1fe24 commit 47ccea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 87 deletions.
85 changes: 0 additions & 85 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:
schedule:
- cron: '39 5 * * 5'

permissions: {}

jobs:
analyze:
name: Analyze (${{ matrix.language }})
Expand Down Expand Up @@ -56,7 +58,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand All @@ -72,6 +74,6 @@ jobs:
# queries: security-extended,security-and-quality

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
with:
category: "/language:${{matrix.language}}"

0 comments on commit 47ccea9

Please sign in to comment.