aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/openapi.yml
AgeCommit message (Collapse)Author
2022-04-12Merge pull request #7584 from ↵Cody Robibero
jellyfin/dependabot/github_actions/actions/upload-artifact-3
2022-04-11Bump actions/download-artifact from 2 to 3dependabot[bot]
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11Bump actions/upload-artifact from 2 to 3dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30Merge pull request #7510 from ↵Cody Robibero
jellyfin/dependabot/github_actions/peter-evans/create-or-update-comment-2 Bump peter-evans/create-or-update-comment from 1.4.5 to 2
2022-03-28Bump peter-evans/create-or-update-comment from 1.4.5 to 2dependabot[bot]
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 1.4.5 to 2. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v1.4.5...v2) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28Bump peter-evans/find-comment from 1 to 2dependabot[bot]
Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 1 to 2. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/v1...v2) --- updated-dependencies: - dependency-name: peter-evans/find-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07Bump actions/checkout from 2 to 3 (#7420)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-28Bump actions/setup-dotnet from 1 to 2dependabot[bot]
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19Use sha hash instead of branch name for OpenAPI workflow head reference (#7340)Niels van Velzen
2021-11-08Update to full dotnet 6Cody Robibero
2021-11-05Set GITHUB_TOKEN permissions to read only in OpenAPI workflowNiels van Velzen
2021-11-05Specify repository info in openapi head checkoutNiels van Velzen
2021-11-05Fix OpenAPI workflow not working with pull requests from forksNiels van Velzen
2021-11-02Update openapi workflow to use .NET 6Niels van Velzen
2021-09-15Use more specific test commandNiels van Velzen
2021-07-22Add OpenAPI workflowNiels van Velzen