Skip to content

Commit

Permalink
Update and rename codeql.yaml to codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Apetree100122 authored Feb 7, 2025
1 parent 6f041b4 commit 7ac70a0
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ packages: read
contents: read
uses: actions/checkout@v4
github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
mode: manual build
init: CodeQL Analysis
{{github/codeql-action/analyze@v3}}
languages: ${{matrix.language}}
build: manual
init: CodeQL Analysis
use: {{github/codeql-action/analyze@v3}}
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
Expand Down

0 comments on commit 7ac70a0

Please sign in to comment.