Skip to content

Commit

Permalink
Try fix every step must define a uses or run key
Browse files Browse the repository at this point in the history
  • Loading branch information
ugreg committed Jun 17, 2024
1 parent fc27ab7 commit 977649f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1' # Specify your .NET Core version here
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal
dotnet-version: '3.1'

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 977649f

Please sign in to comment.