chore(deps): bump actions/labeler from 4 to 5#5
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like actions/labeler is no longer a dependency, so this is no longer needed. |
CodeMonkeyCybersecurity
added a commit
that referenced
this pull request
Oct 28, 2025
- Updated application existence check to verify both slug and launch URL instead of just slug - Modified createAuthentikApplication to allow multiple BionicGPT instances with different domains - Added debug logging to help troubleshoot application detection issues - Extracted launch URL into variable for consistent reuse - Addresses issue P1 #5 preventing multiple BionicGPT deployments
CodeMonkeyCybersecurity
added a commit
that referenced
this pull request
Feb 19, 2026
…structured telemetry Closes: cybermonkey/eos#1, #2, #3, #4, #5 Security (P0/P1): - Replace O_CREAT|O_TRUNC with write-to-temp + renameat() atomic pattern in secureWriteSecretFile() to prevent data loss on crash (CWE-367) - Add pre-rename symlink check via unix.Fstatat() to reject symlink targets - Remove redundant path-based os.Chmod; keep only FD-based unix.Fchmod - Add shouldSkipPasswordWizard() with TTY detection and env var override to prevent CI pipeline hangs on interactive password prompts Correctness (P1): - Fix config drift: remove applyDefaults() nil-to-true mutation of HooksPolicy.Enabled that caused unintended persistence on save Observability (P2): - Add structured 2D telemetry counters (by_source, by_outcome) alongside legacy flat counters via DRY recordLegacyAndStructured() helper - Update observability runbook with new counter names and alert rules UX (P2): - Refactor shouldSkipPasswordWizard() into skipWizardReason() returning descriptive reason strings; log reason on skip for debuggability - Log warning when RESTIC_PASSWORD_SKIP_WIZARD contains unparseable value Testing: - Add TestShouldSkipPasswordWizard (3 subtests: true/false/malformed) - Add TestEnsureSecretsDirSecure_RejectsSymlink - Add TestSecureWriteSecretFile_RejectsSymlinkTarget - Add TestPasswordSourceStructuredTelemetry - Add config drift regression test - Add integration test for wizard skip in non-interactive mode - Set RESTIC_PASSWORD_SKIP_WIZARD=1 in CI env Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Bumps actions/labeler from 4 to 5.
Release notes
Sourced from actions/labeler's releases.
... (truncated)
Commits
8558fd7Merge pull request #709 from actions/v5.0.0-beta000ca75Merge pull request #700 from MaksimZhukov/apply-suggestions-and-update-docume...cb66c2fUpdate dist9181355Apply suggestions for the beta vesrion and update the documentationefe4c1cMerge pull request #699 from MaksimZhukov/update-node-runtime-and-dependenciesc0957adRun Prettier8dc8d18Update Node.js version in reusable workflowsd0d0bbeUpdate documentation1375c425.0.0ab7411eChange version of Node.js runtime to node20Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)