We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29052a9 commit c674166Copy full SHA for c674166
.github/workflows/codeql.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
with:
21
# Must fetch at least the immediate parents so that if this is
22
# a pull request then we can checkout the head of the pull request.
action.yml
@@ -42,7 +42,7 @@ inputs:
42
default: "binary"
43
required: false
44
runs:
45
- using: "node16"
+ using: "node20"
46
main: "dist/run/index.js"
47
post: "dist/post_run/index.js"
48
branding:
0 commit comments