Skip to content

Commit

Permalink
codeql-analysis: Bump checkout action to v4
Browse files Browse the repository at this point in the history
There are warnings about using an EOL node.js. The current version is v4.

Aside: why does "checkout" use node.js at all??
  • Loading branch information
bsiegert authored Oct 12, 2023
1 parent e11c066 commit dc6fce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit dc6fce7

Please sign in to comment.