We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eeea63 commit 9c16733Copy full SHA for 9c16733
.github/workflows/codeql.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: Checkout repository
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
30
31
# Initializes the CodeQL tools for scanning.
32
- name: Initialize CodeQL
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
- name: Checkout
- name: Build
uses: actions/setup-node@v4
33
with:
0 commit comments