Skip to content

Commit

Permalink
feat: Switched to pipelines version, instead of main (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Apr 4, 2024
1 parent 5166d4d commit c02af26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
all:
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@main
uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.8.1
with:
enableSonarQube: true
dotnet-logging: ${{ inputs.dotnet-logging }}
Expand Down

0 comments on commit c02af26

Please sign in to comment.