CISO-1264 - Update GitHub Actions runner labels - #8093
Open
cx-jonathan-hartman wants to merge 1 commit into
Open
CISO-1264 - Update GitHub Actions runner labels#8093cx-jonathan-hartman wants to merge 1 commit into
cx-jonathan-hartman wants to merge 1 commit into
Conversation
Contributor
Security Policy Alert: Secret Policy ViolationThis workflow run has been blocked by StepSecurity's secrets policy because it accesses secrets and the workflow file differs from the default branch. Secret references detected:
To approve this workflow, please add the Note: The label must be added by someone other than the PR author (cx-jonathan-hartman) or automation bots to ensure proper security review. After the label is added, you can re-run the blocked workflow to proceed. This workflow will be automatically approved once merged into the default branch. For more information, see StepSecurity's Secret Exfiltration Policy documentation. |
cx-jonathan-hartman
force-pushed
the
jdh/CISO-1264-runner-labels
branch
from
July 28, 2026 18:55
6891f4c to
c681609
Compare
cx-artur-ribeiro
force-pushed
the
jdh/CISO-1264-runner-labels
branch
from
July 29, 2026 09:35
c681609 to
33192cf
Compare
All the hardcoded `runs-on: ubuntu-latest` were already updated, but the auto-updater doesn't catch when the `runs-on:` is a variable from a matrix. Install Harden Runner on the macOS runner only. That's the only one without it preinstalled.
cx-jonathan-hartman
force-pushed
the
jdh/CISO-1264-runner-labels
branch
from
July 29, 2026 16:12
33192cf to
419432d
Compare
cx-artur-ribeiro
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All the hardcoded
runs-on: ubuntu-latestwere already updated, but the auto-updater doesn't catch when theruns-on:is a variable from a matrix.