Skip to content
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

fix(actions): migrate all actions to one repo #1

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

orubin
Copy link
Collaborator

@orubin orubin commented Dec 19, 2024

@maksadbek @bramkor
Updated URLs to match this repo.
Updated old key names to be new.
Updated eslint and prettier and package json to be in root folder.
Updated husky commit rules to be in root folder.

@orubin orubin requested review from maksadbek and bramkor December 19, 2024 09:43
@orubin orubin changed the title fix(actions): migrate all actions to one repo #code-review fix(actions): migrate all actions to one repo Dec 19, 2024
- Updated all actions to use node16 instead of node12
- Updated axios in wait-for action to fix CSRF vulnerability
- Rebuilt all actions to verify compatibility
- Updated all actions to use node20 instead of node16
- Updated GitHub Actions workflow to use Node.js 20
- Rebuilt all actions to verify compatibility
- Added HUSKY=0 environment variable to all jobs
- Prevents Husky from trying to install git hooks during CI
- Added --ignore-scripts flag to npm ci commands
- Prevents Husky and other prepare scripts from running during CI
- Changed all instances of ubuntu-latest to ubuntu-22.04
- Prevents future issues when ubuntu-latest moves to 24.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant