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
davidgamero and bosesuneha authored Apr 4, 2023
1 parent 7ddccbb commit facaf10
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 facaf10

Please sign in to comment.