diff --git a/.github/workflows/build-push-action.yml b/.github/workflows/build-push-action.yml index 1e2d9c0..b8ebba4 100644 --- a/.github/workflows/build-push-action.yml +++ b/.github/workflows/build-push-action.yml @@ -51,12 +51,12 @@ jobs: token: ${{ secrets.GITOPS_STAGING_EDIT_TOKEN }} - name: Edit the YAML frontend file for staging - uses: mikefarah/yq@v4.44.6 + uses: mikefarah/yq@v4.45.1 with: cmd: yq e -i '.spec.template.spec.containers[] |= select(.name == "frontend").image = "ghcr.io/fiaisis/frontend@${{ steps.frontend_build.outputs.digest }}"' './components/frontend/envs/staging/frontend.yml' # - name: Edit the YAML scigateway file for staging - # uses: mikefarah/yq@v4.44.6 + # uses: mikefarah/yq@v4.45.1 # with: # cmd: yq e -i '.spec.template.spec.containers[] |= select(.name == "scigateway").image = "ghcr.io/fiaisis/scigateway@${{ steps.scigateway_build.outputs.digest }}"' './components/scigateway/envs/staging/scigateway.yml' diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 39d73f8..a7131ca 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -32,7 +32,7 @@ jobs: publish_results: true - name: 'Upload artifact' - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: SARIF file path: results.sarif