Skip to content

Commit

Permalink
upgdate codeql action
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Oct 4, 2023
1 parent c54a498 commit 281bde9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
language: [ 'cpp' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@ddccb873888234080b77e9bc2d4764d5ccaaccf9
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9
sonarcloud-analysis:
name: "sonarcloud analysis"
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 281bde9

Please sign in to comment.