dependabot[bot]
5613014124
build(deps): bump DamianReeves/write-file-action from 1.2 to 1.3
...
Bumps [DamianReeves/write-file-action](https://github.com/damianreeves/write-file-action ) from 1.2 to 1.3.
- [Release notes](https://github.com/damianreeves/write-file-action/releases )
- [Commits](https://github.com/damianreeves/write-file-action/compare/v1.2...v1.3 )
---
updated-dependencies:
- dependency-name: DamianReeves/write-file-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 09:50:34 +12:00
dependabot[bot]
b5e5e4c212
build(deps): bump actions/setup-python from 4 to 5
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 09:49:23 +12:00
dependabot[bot]
968599c7d9
build(deps): bump insightsengineering/pip-action from 2.0.0 to 2.0.1
...
Bumps [insightsengineering/pip-action](https://github.com/insightsengineering/pip-action ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/insightsengineering/pip-action/releases )
- [Commits](https://github.com/insightsengineering/pip-action/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: insightsengineering/pip-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 09:48:46 +12:00
Michael Keller
b84e06ae42
CI/CD: Fix 'Snap USNs' Action.
...
Fix the 'Snap USNs' action.
According to https://bugs.launchpad.net/lazr.restfulclient/+bug/2041407
the an incompatibility is introduced by the move from python 3.11 to
3.12, and a workaround is to pin the version to 3.11.
Signed-off-by: Michael Keller <github@ike.ch>
2023-12-11 06:40:22 -08:00
Michael Keller
7165660a45
Fix Invalid Action Version Specification in Check USNs Workflow.
...
Fix Invalid Action Version Specification in Check USNs Workflow.
Signed-off-by: Michael Keller <github@ike.ch>
2023-09-27 07:42:49 +13:00
Michael Keller
aa9f3843eb
Fix Deprecation Warnings in 'Check USNs' Workflow.
...
Fix deprecation warnings for actions using a deprecated version of node.
Also switch to a fixed version of the environment in order to avoid
future deprecation warnings.
Signed-off-by: Michael Keller <github@ike.ch>
2023-09-26 23:17:09 +13:00
Michał Sawicz (Saviq)
8fe5564059
ci: bring Snap USNs back
...
Ref. https://bugs.launchpad.net/snapstore-server/+bug/2004008
While that gets resolved, ignore the extra packages when checking for
security notices.
Signed-off-by: Michał Sawicz (Saviq) <michal@sawicz.net>
2023-02-08 07:48:34 -08:00
Dirk Hohndel
0ccb762a09
build-system: disable the daily Snap build for now
...
Apparently these currently end up in a rebuild loop.
Suggested-by: Michał Sawicz <michal@sawicz.net>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2023-01-27 09:25:55 -08:00
Michał Sawicz
25d0fb7157
[snap] add daily USN check
...
This workflow will download the current snaps published in the `candidate`
channel for all architectures and check them for packages with published
Ubuntu Security Notices. If it finds one, it will trigger a build of the
snap recipe:
https://code.launchpad.net/~subsurface/+snap/subsurface-stable
This will rebuild the snap with patched packages and publish it to the
`candidate` channel.
Signed-off-by: Michał Sawicz <michal@sawicz.net>
2021-01-07 12:44:36 -08:00