Skip to content

Commit

Permalink
GHA Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-hedley committed Sep 26, 2023
1 parent 6eb8a5a commit ecddac8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
# uses GitHub's checkout action to checkout code form the master branch
- name: 🛎️ Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

# ReportGenerator -reports:"src/Utility.Test/TestResults/**/coverage.cobertura.xml" -targetdir:coveragereport
- name: ReportGenerator
uses: danielpalme/[email protected].24
uses: danielpalme/[email protected].25
with:
reports: 'src/Utility.Test/TestResults/**/coverage.cobertura.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
target-folder: coverage

- name: Upload coverage report artifact
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: CoverageReport # Artifact name
path: coveragereport # Directory containing files to upload
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
# uses GitHub's checkout action to checkout code form the master branch
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit ecddac8

Please sign in to comment.