You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by "bossenti (via GitHub)" <gi...@apache.org> on 2023/02/01 19:29:13 UTC

[I] Update actions versions in GitHub workflow (streampipes)

bossenti opened a new issue, #1197:
URL: https://github.com/apache/streampipes/issues/1197

   ### 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Update actions versions in GitHub workflow (streampipes)

Posted by "bossenti (via GitHub)" <gi...@apache.org>.
bossenti closed issue #1197: Update actions versions in GitHub workflow
URL: https://github.com/apache/streampipes/issues/1197


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Update actions versions in GitHub workflow (streampipes)

Posted by "WaterLemons2k (via GitHub)" <gi...@apache.org>.
WaterLemons2k commented on issue #1197:
URL: https://github.com/apache/streampipes/issues/1197#issuecomment-1413725527

   > 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Update actions versions in GitHub workflow (streampipes)

Posted by "tenthe (via GitHub)" <gi...@apache.org>.
tenthe commented on issue #1197:
URL: https://github.com/apache/streampipes/issues/1197#issuecomment-1413735409

   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
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Update actions versions in GitHub workflow (streampipes)

Posted by "tenthe (via GitHub)" <gi...@apache.org>.
tenthe commented on issue #1197:
URL: https://github.com/apache/streampipes/issues/1197#issuecomment-1413768536

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Update actions versions in GitHub workflow (streampipes)

Posted by "bossenti (via GitHub)" <gi...@apache.org>.
bossenti commented on issue #1197:
URL: https://github.com/apache/streampipes/issues/1197#issuecomment-1413759861

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Update actions versions in GitHub workflow (streampipes)

Posted by "bossenti (via GitHub)" <gi...@apache.org>.
bossenti commented on issue #1197:
URL: https://github.com/apache/streampipes/issues/1197#issuecomment-1413738500

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Update actions versions in GitHub workflow (streampipes)

Posted by "WaterLemons2k (via GitHub)" <gi...@apache.org>.
WaterLemons2k commented on issue #1197:
URL: https://github.com/apache/streampipes/issues/1197#issuecomment-1413750852

   @tenthe @bossenti Thanks everyone!
   
   Need a PR?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org