setup-p4 icon indicating copy to clipboard operation
setup-p4 copied to clipboard

[Community Supported] Perforce Helix Core Actions

Results 7 setup-p4 issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.57.0. Release notes Sourced from eslint's releases. v8.57.0 Features 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas) dca7d0f feat: Enable eslint.config.mjs...

dependencies
source

Bumps [prettier](https://github.com/prettier/prettier) from 3.1.0 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...

dependencies
source

GitHub Actions is deprecating `set-output` behaviour. This task will stop working after 31st May 2023. Recommended way is to use new `GITHUB_OUTPUT` environment variable instead. Here is a link to...

bug

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.1. Changelog Sourced from @​actions/core's changelog. 1.10.1 Fix error message reference in oidc utils #1511 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/core&package-manager=npm_and_yarn&previous-version=1.10.0&new-version=1.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies
source

Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 9.0.1. Changelog Sourced from uuid's changelog. 9.0.1 (2023-09-12) build Fix CI to work with Node.js 20.x Commits b3f142f chore(release): 9.0.1 fc5d643 chore: add node@12 back...

dependencies
source

On long submits without the `-I` `arguments` it will look like the action is "frozen". Include a log that we recommend including the `-I` argument so the user can see...

enhancement

Depending on what arguments are used it is possible `p4` will expect user input forever. An example is the following: ``` - name: p4 submit uses: setup-p4 id: submit env:...

enhancement