Skip to content

Commit

Permalink
Merge pull request #295 from irfanazam1/fix/codeql-analysis-warnings
Browse files Browse the repository at this point in the history
fix(codeql-analysis.yml): upgraded the github action versions to fix warnings
  • Loading branch information
iegomez authored Oct 4, 2023
2 parents ea7214a + a767049 commit e0a9b3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

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

0 comments on commit e0a9b3f

Please sign in to comment.