Skip to content

Releases: UoMResearchIT/Actions

v1.2.2

19 Jan 12:09
f660b90

Choose a tag to compare

This is just a release to handle a bugfix to the reuse-running workflow.

What's Changed

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

16 Jan 15:27
93130f3

Choose a tag to compare

What's Changed

  • Exclude .github/workflows from reuse copyright checks by @dkfellows in #102

Dependency Updates

Full Changelog: v1.2...v1.2.1

v1.2

06 Jan 14:34
f183628

Choose a tag to compare

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

Dependency Updates

Full Changelog: v1.1...v1.2

v1.1

13 Oct 14:01
420a3c3

Choose a tag to compare

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

29 Apr 13:50

Choose a tag to compare

What's Changed

Minor Changes

Full Changelog: v0.3...v1.0

v0.3

12 Mar 11:27

Choose a tag to compare

What's Changed

Minor changes 🧹

New Contributors

Full Changelog: 0.2...v0.3

0.2

20 Feb 16:23

Choose a tag to compare

0.2

What's Changed

Minor Changes 🧹

Full Changelog: 0.1...0.2

Initial release

12 Feb 11:36
b752b46

Choose a tag to compare

First release, with three utility actions.

  • apt-get-install — for installing extra packages on Ubuntu
  • check-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)