diff --git a/.github/workflows/helm-chart-release.yml b/.github/workflows/helm-chart-release.yml index 4a6e93f5..10e0ddd6 100644 --- a/.github/workflows/helm-chart-release.yml +++ b/.github/workflows/helm-chart-release.yml @@ -147,7 +147,7 @@ jobs: done - name: Login to GitHub Container Registry - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/update-charts.yml b/.github/workflows/update-charts.yml index 85465812..eb508f71 100644 --- a/.github/workflows/update-charts.yml +++ b/.github/workflows/update-charts.yml @@ -221,7 +221,7 @@ jobs: echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT" - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@8189f9f0e590d265fee517279fa4416eea5459ca # v2.62.0 + uses: updatecli/updatecli-action@3a8785d88ec4fa03d86521a181f37c0e74627463 # v2.64.0 - name: Update kubewarden-defaults Helm chart if: endsWith(needs.setvariables.outputs.repository, 'policy-server') @@ -364,7 +364,7 @@ jobs: echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT" - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@8189f9f0e590d265fee517279fa4416eea5459ca # v2.62.0 + uses: updatecli/updatecli-action@3a8785d88ec4fa03d86521a181f37c0e74627463 # v2.64.0 - name: Major or minor update Kubewarden charts with NO CRDs update if: steps.update_crds.outputs.must_update_crds_chart==0 && (needs.check-update-type.outputs.update_type == 'major' || needs.check-update-type.outputs.update_type == 'minor') diff --git a/.github/workflows/update-dependencies.yaml b/.github/workflows/update-dependencies.yaml index 1e17cc0a..b50d374c 100644 --- a/.github/workflows/update-dependencies.yaml +++ b/.github/workflows/update-dependencies.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@8189f9f0e590d265fee517279fa4416eea5459ca # v2.62.0 + uses: updatecli/updatecli-action@3a8785d88ec4fa03d86521a181f37c0e74627463 # v2.64.0 - name: Update policies and images id: update_policies_images