- Remove update-crypto-cve-2025-47913.patch: This was fixed upstream in v0.2.84 - Update to version 0.2.84: * chore: bump VERSION to 0.2.84 * fix: explode yaml anchors (#5987) * chore(deps): Security update December 2025 (#5984) * chore: bump VERSION to 0.2.83 * chore(mergify) Add merge queue configuration to .mergify.yml (#5944) OBS-URL: https://build.opensuse.org/request/show/1327645 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/act?expand=0&rev=28
21 lines
703 B
Plaintext
21 lines
703 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/nektos/act.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">v0.2.84</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
<param name="basename">act</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
</service>
|
|
</services>
|