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: use latest release pipeline #183

Merged
merged 3 commits into from Aug 10, 2023

Conversation

derberg
Copy link
Member

@derberg derberg commented Aug 9, 2023

resolves #180

  • updated versions of some actions
  • removed old release config

@ivangsa @asyncapi/react-component and some other dependencies that are essential for the extension are under devDependencies and not dependencies - is it intentional? shouldn't that be fixed?

cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm ci
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
uses: HaaLeo/publish-vscode-extension@dfe4f6ad46624424fe24cb5bca79839183399045 # v1.4 https://github.com/HaaLeo/publish-vscode-extension/releases/tag/v1.4.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using commit id as this is the best practice for using actions that are community managed, most secure approach, no secrets leaking is possible

@ivangsa
Copy link
Collaborator

ivangsa commented Aug 9, 2023

Yes, all dependencies are under devDependencies because all code is bundled into one single file with webpack.

@sonarcloud
Copy link

sonarcloud bot commented Aug 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@derberg
Copy link
Member Author

derberg commented Aug 9, 2023

@ivangsa oh, that was quick 😄

ok then, all clear

@derberg
Copy link
Member Author

derberg commented Aug 10, 2023

@ivangsa once you approve, you can merge

@ivangsa
Copy link
Collaborator

ivangsa commented Aug 10, 2023

/rtm

@asyncapi-bot asyncapi-bot merged commit 9b78555 into asyncapi:master Aug 10, 2023
11 checks passed
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 0.5.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need for urgent changes in GitHub Actions automation
3 participants