actions / runner

The Runner for GitHub Actions :rocket:
https://github.com/features/actions
MIT License
4.91k stars 965 forks source link

v2.318.0 release commit was unsigned/unverified #3409

Closed joseph-aha closed 2 months ago

joseph-aha commented 3 months ago

Describe the bug The git commit releasing v2.318.0 was not signed and is unverified on GitHub. This prevents git verify-commit from validating the release integrity of the branch.

To Reproduce

Unverified v2 318 0

Expected behavior

(v2.317.0 release) Verified v2 317 0

Runner Version and Platform

Version of your runner? v2.318.0

OS of the machine running the runner? Not applicable (but we are using Linux)

What's not working?

git verify-commit v2.318.0 fails due to unsigned/unverified commit:

Unverified v2 318 0

Job Log Output

Not applicable

Runner and Worker's Diagnostic Logs

Not applicable

nebuk89 commented 2 months ago

Let me find out what has happened here

nebuk89 commented 2 months ago

We will add repo rules to avoid this in the future

timothyeburke commented 2 months ago

@nebuk89 Thank you! This will be a huge improvement for my team!