aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dotnet.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump the github-actions group with 2 updatesdependabot[bot]2025-09-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 2 updates: [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `hadolint/hadolint-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](https://github.com/hadolint/hadolint-action/compare/v3.1.0...v3.2.0) Updates `actions/setup-dotnet` from 4 to 5 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump actions/checkout in the github-actions groupdependabot[bot]2025-08-121-3/+3
| | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* Lint ourselvesMatt Strapp2024-11-011-4/+6
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* ci: only run on vX.Y.Z tagsMatt Strapp2024-10-301-1/+2
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* [SKIP CI] ci: Add nuget token explicitlyMatt Strapp2024-10-291-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* ci: Secret syncMatt Strapp2024-10-291-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* ci: Rename things betterMatt Strapp2024-08-071-3/+3
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* chore: Update workflow names and descriptions for consistencyMatt Strapp2024-08-061-3/+6
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Allow CI to run when CI files are editedMatt Strapp2024-08-061-0/+2
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* All Good NowMatt Strapp2024-08-061-4/+4
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Attempt to fixMatt Strapp2024-08-061-6/+3
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Unleash the locust CIMatt Strapp2024-08-061-4/+4
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* .NET: Make actions look gooderMatt Strapp2024-08-061-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Add dockerMatt Strapp2024-08-061-3/+3
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Add .NETMatt Strapp2024-08-061-0/+80
Signed-off-by: Matt Strapp <matt@mattstrapp.net>