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 1b749bc commit 9098967Copy full SHA for 9098967
.github/workflows/cicd.yml
@@ -13,7 +13,7 @@ jobs:
13
concurrency: ${{ github.workflow }}-${{ github.ref }}
14
steps:
15
- name: Checkout code
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
17
- name: Setup Node.js
18
uses: actions/setup-node@v3
19
with:
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Checkout repository
38
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
.github/workflows/release.yaml
runs-on: ubuntu-latest
- name: Checkout Repo
- name: Setup Node
0 commit comments