Skip to content

Commit 1e8aa6a

Browse files
authored
Update codeql-analysis.yml
1 parent 798fd78 commit 1e8aa6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ jobs:
5050
uses: actions/setup-dotnet@v4.3.0
5151
with:
5252
dotnet-version: 8.0.406
53-
53+
54+
- name: Setup nuget config
55+
run: sed 's/GITHUB_TOKEN/${{ secrets.REGISTRY_TOKEN }}/g' .nuget.config > nuget.config
56+
5457
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5558
# If this step fails, then you should remove it and run the build manually (see below)
5659
- name: Autobuild

0 commit comments

Comments
 (0)