Skip to content

Commit

Permalink
update actions from deprecated node12/14 (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: bosesuneha <123775811+bosesuneha@users.noreply.github.com>
  • Loading branch information
2 people authored and aamgayle committed Apr 12, 2023
1 parent 4986347 commit 72fba0d
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
# make release

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

0 comments on commit 72fba0d

Please sign in to comment.