Skip to content

Commit

Permalink
fix(codeql-analysis.yml): upgraded the github action versions to fix …
Browse files Browse the repository at this point in the history
…warnings

Fixed the node12 and deprecation warnings from the codeql-analysis workflow
  • Loading branch information
Irfan Azam committed Oct 4, 2023
1 parent ea7214a commit a767049
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 a767049

Please sign in to comment.