diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 23e7c338..6285ee25 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -23,7 +23,7 @@ jobs: with: ref: ${{github.event.pull_request.head.sha}} - name: Set up Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 - name: Install OpenShift CLI uses: redhat-actions/oc-installer@35b60c3f9757ae4301521556e1b75ff6f59f8d7c # v1 with: diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index eeb6dd5c..c6d7105c 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -23,7 +23,7 @@ jobs: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: Set up Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 - name: Install OpenShift CLI uses: redhat-actions/oc-installer@35b60c3f9757ae4301521556e1b75ff6f59f8d7c # v1 with: