Skip to content

Commit 7cfd7bc

Browse files
authored
Remove links to nuget source
1 parent 69034cc commit 7cfd7bc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/codeql.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,7 @@ jobs:
6262
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
6363
# queries: security-extended,security-and-quality
6464

65-
- name: Add NuGet Feed
66-
run: dotnet nuget add source ${{ secrets.ARTIFACTORY_FEED_URL }} --username ${{ secrets.ARTIFACTORY_USERNAME }} --password ${{ secrets.ARTIFACTORY_USER_PASSWORD }} --store-password-in-clear-text
67-
6865
- name: Restore Project Dependencies
69-
env:
70-
nuget_feed_source: ${{ secrets.ARTIFACTORY_FEED_URL }}
7166
run: |
7267
if [ -e *.sln ]; then
7368
dotnet restore
@@ -93,4 +88,4 @@ jobs:
9388
- name: Perform CodeQL Analysis
9489
uses: github/codeql-action/analyze@v3
9590
with:
96-
category: "/language:${{matrix.language}}"
91+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)