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

ci(actions): Update & cleanup actions #2764

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

Conversation

ericfennis
Copy link
Member

  • Removed unused actions & workflows
  • Updates action versions, we got some warnings that we need to update some versions.
  • Removed the pull_request_target workflows due to security reasons.


on:
pull_request_target:
pull_request:
Copy link
Member

Choose a reason for hiding this comment

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

This workflow will then not run anymore on PR that are from forks :/

Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm then we should create dispatchable worklows to increase security.

runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
Copy link
Member

Choose a reason for hiding this comment

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

This looks dangerous, why are we not using the ephemeral github.token?

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.

2 participants