We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 536d2f0 + 168d67c commit 12d29bdCopy full SHA for 12d29bd
2 files changed
.github/workflows/ci-cd.yml
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Checkout code
26
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
27
with:
28
fetch-depth: 0 # Full history for versioning
29
ref: ${{ github.ref }} # Checkout the exact ref (tag or branch)
@@ -141,7 +141,7 @@ jobs:
141
142
143
144
145
146
- name: Download NuGet artifacts
147
uses: actions/download-artifact@v7
.github/workflows/codeql.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Checkout repository
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
0 commit comments