Skip to content

Commit

Permalink
Update dependency Rocket.Surgery.Nuke to 2.9.8 (#2456)
Browse files Browse the repository at this point in the history
* Update dependency Rocket.Surgery.Nuke to 2.9.8

* Automatically linting code

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rocket Understudy <[email protected]>
  • Loading branch information
renovate[bot] and rsg-bot authored Dec 31, 2024
1 parent eab6689 commit c30ff60
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
id: build
run: |
dotnet .build/bin/Debug/.build.dll --target DotnetCoreBuild Build
- name: 🚦 Test
- name: 💨 Test
id: test
run: |
dotnet .build/bin/Debug/.build.dll --target DotnetCoreTest Test CollectCodeCoverage GenerateCodeCoverageReportCobertura GenerateCodeCoverageBadges GenerateCodeCoverageSummary GenerateCodeCoverageReport
Expand All @@ -152,7 +152,7 @@ jobs:
with:
name: 'test data'
path: 'artifacts/test/'
- name: 📫 Publish Test Results
- name: 🚀 Publish Test Results
if: always()
uses: EnricoMi/publish-unit-test-result-action@v2
with:
Expand All @@ -163,15 +163,15 @@ jobs:
with:
name: 'coverage'
path: 'coverage/'
- name: 📫 Publish Coverage Comment
- name: 🚀 Publish Coverage Comment
if: always() && github.event_name == 'pull_request'
continue-on-error: true
uses: marocchino/sticky-pull-request-comment@v2
with:
header: 'Coverage'
path: 'coverage/summary/SummaryGithub.md'
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
- name: 📫 Publish Codecov Coverage
- name: 🚀 Publish Codecov Coverage
if: always() && (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]')
continue-on-error: true
uses: codecov/[email protected]
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
repository: '${{ github.event.pull_request.head.repo.full_name }}'
ref: '${{ github.event.pull_request.head.ref }}'
token: '${{ secrets.RSG_BOT_TOKEN }}'
clean: 'false'
fetch-depth: '0'
ref: '${{ github.event.pull_request.head.ref }}'
repository: '${{ github.event.pull_request.head.repo.full_name }}'
token: '${{ secrets.RSG_BOT_TOKEN }}'
- name: Get Head Commit Message
id: commit-message
run: |
Expand Down Expand Up @@ -86,14 +86,14 @@ jobs:
id: prettier
run: |
dotnet .build/bin/Debug/.build.dll --target Prettier
- name: Dotnet Format
id: dotnetFormat
run: |
dotnet .build/bin/Debug/.build.dll --target DotnetFormat
- name: Jet Brains Cleanup Code
id: jetBrainsCleanupCode
run: |
dotnet .build/bin/Debug/.build.dll --target JetBrainsCleanupCode
- name: Dotnet Format
id: dotnetFormat
run: |
dotnet .build/bin/Debug/.build.dll --target DotnetFormat
- name: Regenerate Build Configurations
id: regenerateBuildConfigurations
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: 🚀 NuGet
uses: actions/download-artifact@v4
with:
name: 'nuget'
github-token: '${{ secrets.GITHUB_TOKEN }}'
name: 'nuget'
run-id: '${{ github.event.workflow_run.id }}'
- name: nuget.org
env:
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<PackageVersion Include="GitVersion.Tool" Version="6.1.0" />
<PackageVersion Include="Nuke.Common" Version="9.0.3" />
<PackageVersion Include="ReportGenerator" Version="5.4.3" />
<PackageVersion Include="Rocket.Surgery.Nuke" Version="2.9.7" />
<PackageVersion Include="Rocket.Surgery.Nuke" Version="2.9.8" />
<PackageVersion Include="AutoMapper" Version="13.0.1" />
<PackageVersion Include="FluentValidation" Version="11.11.0" />
<PackageVersion Include="FluentValidation.AspNetCore" Version="11.3.0" />
Expand Down

0 comments on commit c30ff60

Please sign in to comment.