-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ReversingLabs Workflow (Don't Merge) #782
Conversation
/hold |
2 similar comments
/hold |
/hold |
/hold |
1 similar comment
/hold |
--artifact "${{ inputs.artifact-path }}" \ | ||
--name "${{ github.event.repository.name }}" \ | ||
--version "${{ inputs.version }}" \ | ||
--repository "${{ inputs.repository }}" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than requiring this to be passed in via a param, would it make sense just to use the default Actions var GITHUB_REPOSITORY ?
assuming this is a local action, so effectively it will only ever be publishing for auth0-react.
- name: Install Python dependencies | ||
shell: bash | ||
run: | | ||
pip install --upgrade pip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should not be necessary, considering you just ran the install with the Python actions. You'll see your workflow also indicates,
Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages (24.2)
So I'd suggest to remove this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure! will remove this.
645853c
to
29d30db
Compare
**Added** - Feature/react19 [\#824](#824) ([tusharpandey13](https://github.com/tusharpandey13)) - Add ReversingLabs Workflow (Don't Merge) [\#782](#782) ([developerkunal](https://github.com/developerkunal)) **Changed** - Bump next from 13.5.6 to 14.1.1 in /examples/nextjs-app [\#761](#761) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump @testing-library/react from 14.1.2 to 14.3.1 [\#757](#757) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump ts-jest from 29.1.1 to 29.1.5 [\#766](#766) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump cypress from 13.6.1 to 13.12.0 [\#770](#770) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump braces from 3.0.2 to 3.0.3 [\#773](#773) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump @types/jest from 29.5.11 to 29.5.12 [\#750](#750) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump @types/react from 18.2.45 to 18.2.64 [\#747](#747) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump browserstack-cypress-cli from 1.28.0 to 1.28.1 [\#715](#715) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump typedoc from 0.25.4 to 0.25.7 [\#713](#713) ([dependabot[bot]](https://github.com/apps/dependabot)) **Fixed** - ci: changed pull_request_target to pull_request and removed the authorize step [\#796](#796) ([desusai7](https://github.com/desusai7)) - Update codeowner file with new GitHub team name [\#790](#790) ([stevenwong-okta](https://github.com/stevenwong-okta)) - Bump jose from 4.11.0 to 4.15.5 in /examples/users-api [\#749](#749) ([dependabot[bot]](https://github.com/apps/dependabot)) - Workaround for failing "integration test (CRA)" [\#769](#769) ([nandan-bhat](https://github.com/nandan-bhat)) **Security** - Bump pretty-quick from 3.1.3 to 3.3.1 [\#736](#736) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump express from 4.18.2 to 4.19.2 in /examples/users-api [\#754](#754) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump follow-redirects from 1.15.3 to 1.15.6 [\#752](#752) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump ws from 7.5.9 to 7.5.10 [\#768](#768) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump oidc-provider from 8.4.3 to 8.4.5 [\#720](#720) ([dependabot[bot]](https://github.com/apps/dependabot))
By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
Description
References
Testing
Checklist