diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index 30c9638301..3c8e829f76 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -55,7 +55,7 @@ jobs: - name: Init Hermit run: ./bin/hermit env -r >> $GITHUB_ENV - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@704a64517239e0993c5e3bf6749a063b8f950d9f # v0.76.1 + uses: updatecli/updatecli-action@cb631ef5547ed05db3db64bb2ad42a6cc36e3097 # v0.76.1 - name: Run Updatecli in Apply mode run: updatecli apply --config .ci/updatecli/updatecli.d/update-${{ matrix.pipeline-name }}.yml --values .ci/updatecli/values.yml env: @@ -85,7 +85,7 @@ jobs: echo "GIT_BRANCH=$branchName" >> $GITHUB_ENV - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@704a64517239e0993c5e3bf6749a063b8f950d9f # v0.76.1 + uses: updatecli/updatecli-action@cb631ef5547ed05db3db64bb2ad42a6cc36e3097 # v0.76.1 - name: Run Updatecli in Apply mode run: updatecli apply --config .ci/updatecli/updatecli.d/update-${{ matrix.pipeline-name }}.yml --values .ci/updatecli/values.yml env: