Releases: UoMResearchIT/Actions
Releases · UoMResearchIT/Actions
v1.2.2
This is just a release to handle a bugfix to the reuse-running workflow.
What's Changed
- Version number bump by @dkfellows in #103
- Fix wonky detection by @dkfellows in #105
Dependency Updates
- Bump actions/cache from 5.0.1 to 5.0.2 in /reuse by @dependabot[bot] in #104
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Exclude
.github/workflowsfrom reuse copyright checks by @dkfellows in #102
Dependency Updates
- Bump UoMResearchIT/actions from 1.1 to 1.2 by @dependabot[bot] in #97, #98, #99, and #100
Full Changelog: v1.2...v1.2.1
v1.2
Mostly small tweaks; users of the reuse action will notice substantial changes for the better, but everything else should be minimally affected.
What's Changed
- Set explicit workflow permissions by @dkfellows in #87
- Making the reuse action easier to use by @dkfellows in #88
- Miscellaneous Low-Priority Tweaks by @dkfellows in #84
- Reuse surface by @dkfellows in #90
Dependency Updates
- Bump UoMResearchIT/actions from 1.0 to 1.1 by @dependabot[bot] in #80, #83, #82, and #79
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #94, #95, #78, and #96
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #86, #85, and #93
- Bump actions/github-script from 7 to 8 by @dependabot[bot] in #91
- Bump actions/setup-python from 5.0.0 to 6.1.0 in /reuse by @dependabot[bot] in #81 and #89
- Bump peter-evans/commit-comment from 3 to 4 by @dependabot[bot] in #92
Full Changelog: v1.1...v1.2
v1.1
What's Changed
- Add a reusable workflow to add a PR to a project and set the status by @rowleya in #66
- Add action for committing changes by @dkfellows in #72
- Add a reusable workflow for secret scanning by @dkfellows in #73
- Possible faster action by smarter cache management by @dkfellows in #77
Minor Changes
- Bump UoMResearchIT/actions from 0.3 to 1.0 by @dependabot[bot] in #65
- Bump getsentry/action-setup-venv from 2.1.1 to 2.2.0 in /reuse by @dependabot[bot] in #67
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #68
- Bump actions/checkout from 4 to 5 in /reuse by @dependabot[bot] in #69
- Bump actions/upload-pages-artifact from 3 to 4 in /doxygen-to-pages by @dependabot[bot] in #71
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #75
- Bump actions/setup-python from 5 to 6 in /run-pylint by @dependabot[bot] in #74
Full Changelog: v1.0...v1.1
v1.0
What's Changed
- Configure NuGet for GitHub by @dkfellows in #40
- Download with a bearer token by @dkfellows in #44
- RAT profile rethink by @dkfellows in #50
Minor Changes
- Make a default PR template. by @dkfellows in #45
- Bump mattnotmitt/doxygen-action from 1.9.8 to 1.12.0 in /doxygen-to-pages by @dependabot in #46
- Automatic assignment of issues by @dkfellows in #48
- Preparing to take the repository public by @dkfellows in #53
Full Changelog: v0.3...v1.0
v0.3
What's Changed
- An action for downloading a file by @dkfellows in #25
- All-file importer for Python by @dkfellows in #26
- Docker image publishing by @dkfellows in #15
- Instantiate a file by @dkfellows in #28
- Repository ruleset enforcement actions by @dkfellows in #37
- Move the reuse action code that doesn't use docker here by @rowleya in #38
- Doxygen to pages by @dkfellows in #33
Minor changes 🧹
- Cleaning things up by @dkfellows in #10
- PR template by @dkfellows in #30
- Enforce license rules for this repository by @dkfellows in #32
- Add issue templates by @dkfellows in #35
- Rework the PR template by @dkfellows in #39
- Security Policy Document by @dkfellows in #31
New Contributors
Full Changelog: 0.2...v0.3
0.2
What's Changed
- Run pylint action by @dkfellows in #7
- Commit ID by @dkfellows in #4
- Run clang-tidy by @dkfellows in #5
- Added a simple style checker by @dkfellows in #6
- Find TODOs by @dkfellows in #16
- Cache whether 'apt-get update' is done by @dkfellows in #8
Minor Changes 🧹
- Added dependabot instructions by @dkfellows in #3
Full Changelog: 0.1...0.2
Initial release
First release, with three utility actions.
apt-get-install— for installing extra packages on Ubuntucheck-copyrights— for checking if you've been "good" about copyright notices (for public repositories really, eventually); running in Ubuntu is recommended for this.compare‐ for comparing the output of a program with a string (great for simple tests, cross-platform)