Skip to content

Commit 012e4a7

Browse files
Build with net6 when running Veracode analysis.
1 parent 6e531d8 commit 012e4a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/veracode.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ jobs:
4444
with:
4545
repository: ''
4646

47-
- uses: actions/setup-dotnet@v1
47+
- name: Install .NET 6
48+
uses: actions/setup-dotnet@v2
4849
with:
49-
source-url: https://nuget.pkg.github.com/genexuslabs/index.json
50-
env:
51-
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
50+
dotnet-version: '6.0.x'
51+
include-prerelease: false
52+
5253

5354
- name: Build
5455
run: |

0 commit comments

Comments
 (0)