-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(ci): Update renku actions to v1.14.0 #623
Conversation
@@ -33,7 +33,7 @@ | |||
extra-values: ${{ steps.deploy-comment.outputs.extra-values}} | |||
steps: | |||
- id: deploy-comment | |||
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.13.0 | |||
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.14.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step: deploy-comment
@@ -68,7 +68,7 @@ | |||
body: | | |||
You can access the deployment of this PR at https://renku-ci-ds-${{ github.event.number }}.dev.renku.ch | |||
- name: Build and deploy | |||
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.13.0 | |||
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.14.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
@@ -100,7 +100,7 @@ | |||
if: github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true' | |||
runs-on: ubuntu-22.04 | |||
steps: | |||
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.13.0 | |||
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.14.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
@@ -127,7 +127,7 @@ | |||
steps: | |||
- name: Extract Renku repository reference | |||
run: echo "RENKU_REFERENCE=`echo '${{ needs.check-deploy.outputs.renku }}' | cut -d'@' -f2`" >> $GITHUB_ENV | |||
- uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.13.0 | |||
- uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.14.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
@@ -155,7 +155,7 @@ | |||
body: | | |||
Tearing down the temporary RenkuLab deplyoment for this PR. | |||
- name: renku teardown | |||
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.13.0 | |||
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.14.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
Pull Request Test Coverage Report for Build 13108784779Details
💛 - Coveralls |
Automated changes by create-pull-request GitHub action