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

Update actions versions in GitHub workflow #1197

Closed
bossenti opened this issue Feb 1, 2023 · 6 comments · Fixed by #1205
Closed

Update actions versions in GitHub workflow #1197

bossenti opened this issue Feb 1, 2023 · 6 comments · Fixed by #1205
Assignees
Labels
gh-actions Pull requests that update GitHub Actions code good first issue Good for newcomers
Milestone

Comments

@bossenti
Copy link
Contributor

bossenti commented Feb 1, 2023

Body

We need to check the versions of our used GitHub actions, e.g. checkout and updated where appropriate.

Mentoring

As this ticket is marked as good first issue: one of @dominikriemer, @tenthe, or @bossenti are happy to provide help for getting started, just tag (one of) them if you want to start working on this issue and need some help.

StreamPipes Committer

I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.

@bossenti bossenti added good first issue Good for newcomers gh-actions Pull requests that update GitHub Actions code labels Feb 1, 2023
@bossenti bossenti added this to the 1.0.0 milestone Feb 1, 2023
@WaterLemons2k
Copy link
Contributor

We need to check the versions of our used GitHub actions, e.g. checkout and updated where appropriate.

@bossenti Is this what you want? https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

@tenthe
Copy link
Contributor

tenthe commented Feb 2, 2023

Hi @WaterLemons2k,
thanks for responding.
This issue is not about dependabot. The idea is to update the version of the used actions in [1].
Therefore you need to check the uses variable and check if there is a new version available.

Example:

- name: Checkout
  uses: actions/checkout@v1

to

- name: Checkout
  uses: actions/checkout@v3

[1] https://github.com/apache/streampipes/tree/dev/.github/workflows

@bossenti
Copy link
Contributor Author

bossenti commented Feb 2, 2023

I think the link is about actually doing this via @dependabot
So that would be great @WaterLemons2k 👍🏼

@WaterLemons2k
Copy link
Contributor

@tenthe @bossenti Thanks everyone!

Need a PR?

@bossenti
Copy link
Contributor Author

bossenti commented Feb 2, 2023

Would be great if you could come up with it :)

@tenthe
Copy link
Contributor

tenthe commented Feb 2, 2023

@WaterLemons2k, I am sorry my fault.
That would be awsome, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gh-actions Pull requests that update GitHub Actions code good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants