Skip to content

Commit

Permalink
chore(ci): Update renku actions to c1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot committed Jan 30, 2025
1 parent fefdb01 commit 0392b8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
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@c1.14.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Acceptance tests' step
Uses Step: deploy-comment
uses 'SwissDataScienceCenter/renku-actions/check-pr-description' with ref 'c1.14.0', not a pinned commit hash
with:
string: /deploy
pr_ref: ${{ github.event.number }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
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@c1.14.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Acceptance tests' step
Uses Step
uses 'SwissDataScienceCenter/renku-actions/deploy-renku' with ref 'c1.14.0', not a pinned commit hash
env:
RANCHER_PROJECT_ID: ${{ secrets.CI_RANCHER_PROJECT }}
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
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@c1.14.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Acceptance tests' step
Uses Step
uses 'SwissDataScienceCenter/renku-actions/test-renku' with ref 'c1.14.0', not a pinned commit hash
with:
kubeconfig: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
renku-release: renku-ci-ds-${{ github.event.number }}
Expand All @@ -127,7 +127,7 @@ jobs:
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@c1.14.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Acceptance tests' step
Uses Step
uses 'SwissDataScienceCenter/renku-actions/test-renku-cypress' with ref 'c1.14.0', not a pinned commit hash
with:
e2e-target: ${{ matrix.tests }}
renku-reference: ${{ env.RENKU_REFERENCE }}
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
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@c1.14.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Acceptance tests' step
Uses Step
uses 'SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments' with ref 'c1.14.0', not a pinned commit hash
env:
HELM_RELEASE_REGEX: "^renku-ci-ds-${{ github.event.number }}$"
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}
Expand Down

0 comments on commit 0392b8b

Please sign in to comment.