<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/.github/workflows, branch OPENBSD_7_8</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=OPENBSD_7_8</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=OPENBSD_7_8'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2026-05-26T13:16:26+00:00</updated>
<entry>
<title>allow releases to be retriggered on failure</title>
<updated>2026-05-26T13:16:26+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2026-05-26T02:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=e8396155f2ce8c0a489ac5b9b0999af3b1da84bc'/>
<id>urn:sha1:e8396155f2ce8c0a489ac5b9b0999af3b1da84bc</id>
<content type='text'>
This just gives us a manual rerun option.
</content>
</entry>
<entry>
<title>ci: update github/codeql-action action to v4.35.5</title>
<updated>2026-05-26T13:16:26+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2026-05-23T01:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=654776b47fd23721d9d1a2ba3c5fb67777cfb708'/>
<id>urn:sha1:654776b47fd23721d9d1a2ba3c5fb67777cfb708</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CI: prepare move of COVERITY_SCAN_TOKEN to environment</title>
<updated>2026-05-26T13:15:37+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2026-05-12T07:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=bdc9700149095b10c682289571aff81c9fbdaa5e'/>
<id>urn:sha1:bdc9700149095b10c682289571aff81c9fbdaa5e</id>
<content type='text'>
There is no need for this to be a repository secret as only the coverity
workflow needs this.
</content>
</entry>
<entry>
<title>ci: rework release workflow for immutable releases</title>
<updated>2026-05-26T13:15:37+00:00</updated>
<author>
<name>Joshua Sing</name>
<email>joshua@joshuasing.dev</email>
</author>
<published>2026-05-04T10:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=44b4ed33630b86ff1dc29f399016871548bbd9ea'/>
<id>urn:sha1:44b4ed33630b86ff1dc29f399016871548bbd9ea</id>
<content type='text'>
Switch the release workflow to create a draft release, and upload the
build artifacts to the draft, using the gh CLI instead of
softprops/action-gh-release. This prepares for enabling immutable
releases, which require all assets to be uploaded prior to publishing.

The release process now requires a maintainer to manually publish the
draft release once all CI artifacts have been uploaded and any
remaining assets (e.g. the source tarball, checksums and signatures
files) have been attached.

While modifying release.yml:
 - Tighten workflow permissions: default to no permissions and grant
   contents: write to both jobs.
 - Set persist-credentials: false on actions/checkout so the
   GITHUB_TOKEN is not left in .git/config during runs.
 - Set cancel-in-progress: false to prevent a second tag push from
   canceling an already-running workflow and leaving a dangling release.
 - Move all ${{ ... }} expressions in run blocks into env to avoid shell
   interpolation of workflow context values.
 - Add name key to every step in build-windows.
</content>
</entry>
<entry>
<title>ci: update fedora:rawhide Docker digest to 8b838b3</title>
<updated>2026-05-26T13:15:37+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2026-05-02T01:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=be997f78bdf38138f7adf47288fdc6e3fc0ab263'/>
<id>urn:sha1:be997f78bdf38138f7adf47288fdc6e3fc0ab263</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: update msys2/setup-msys2 action to v2.31.1</title>
<updated>2026-05-26T13:15:37+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2026-04-25T01:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=4a966fe7d43f8c7db28684e9cda2e64fe2a49716'/>
<id>urn:sha1:4a966fe7d43f8c7db28684e9cda2e64fe2a49716</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: pin fedora Docker tag to af8cdc4</title>
<updated>2026-05-26T13:15:37+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2026-04-25T01:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=6e3d6ad7fed252f5e35e022cbb8380c24e6a0f42'/>
<id>urn:sha1:6e3d6ad7fed252f5e35e022cbb8380c24e6a0f42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: update softprops/action-gh-release action to v3</title>
<updated>2026-05-26T13:15:37+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2026-04-23T13:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=ffa45ca5b02b57f72937ab047c448d7380ee5b51'/>
<id>urn:sha1:ffa45ca5b02b57f72937ab047c448d7380ee5b51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: update mymindstorm/setup-emsdk action to v16</title>
<updated>2026-05-26T13:15:37+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2026-04-20T10:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=115f9c6202d7ada8de32cb54a702e3a8a55887c4'/>
<id>urn:sha1:115f9c6202d7ada8de32cb54a702e3a8a55887c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: update actions/upload-artifact action to v7</title>
<updated>2026-05-26T13:15:37+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2026-04-20T10:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d9d0ad4ac4124d0d14c1809db3a7a6c052cd413b'/>
<id>urn:sha1:d9d0ad4ac4124d0d14c1809db3a7a6c052cd413b</id>
<content type='text'>
</content>
</entry>
</feed>
