Skip to content

Commit

Permalink
chore: pin sonar workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle committed Nov 14, 2024
1 parent cd68a5a commit 78f6c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azurekeycloaktester-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# Only release off of release and maintenance branches for this asset
branches:
- 'main'
# Only consider pushes that change files for this asset, including ci scripts.
# Only consider pushes that change files for this asset, including ci scripts
paths:
- '.github/workflows/azurekeycloaktester-container.yaml'
- 'containers/AzureKeycloakTester/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azurekeycloaktester-sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
azurekeycloaktester-sonar:
uses: SwanseaUniversityMedical/workflows/.github/workflows/sonar-dotnet.yaml@feat/sonar-version
uses: SwanseaUniversityMedical/workflows/.github/workflows/sonar-dotnet.yaml@v1.0.3-sonar-dotnet
with:
project-name: "workflows-test-azurekeycloaktester"
project-file: "AzureKeycloakTester.csproj"
Expand Down

0 comments on commit 78f6c37

Please sign in to comment.