github-status-action icon indicating copy to clipboard operation
github-status-action copied to clipboard

Results 16 github-status-action issues
Sort by recently updated
recently updated
newest added

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

On the `1.1.6` version of this action, the validation regex patterns are not consistent between the source code and what is present in the `dist` directory which is what the...

bug
help wanted

Was trying to use this action in my workflow. It keep failing with "Not Found" error: https://github.com/kubevirt/hyperconverged-cluster-operator/pull/1176/checks?check_run_id=2076631480 ``` Error: Error setting status: Not Found Request object: { "context": "sanity-test", "description":...

help wanted

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

As the base API url is hardcoded, this actions does not work in a GHES / proxy context. See https://github.com/actions/toolkit/blob/main/packages/github/README.md This PR includes: - upgrade dependencies - upgrade action runtime...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

I'm working in an Organization repo and the format of their name includes hyphens in this format "word-word-word" this is being returned as an invalid repo owner username.

When using the action lately, I get the following warning in my GitHub workflows: ```Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to...