This is an automated email from the ASF dual-hosted git repository. vishesh92 pushed a commit to branch fix-gh-actions in repository https://gitbox.apache.org/repos/asf/cloudstack-kubernetes-provider.git
commit 81a1fbf141b2b0fa2fc24a878270ba273dfecd89 Author: vishesh92 <[email protected]> AuthorDate: Thu Sep 17 13:07:58 2026 +0530 Fix github actions --- .github/workflows/build-docker-image.yml | 6 +++--- .github/workflows/build.yml | 2 +- .github/workflows/e2e-simulator.yml | 6 +++--- .github/workflows/golangci-lint.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 3b8593fe..d4811afd 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -60,11 +60,11 @@ jobs: fi - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 - name: Login to Docker Registry if: steps.should_push.outputs.should_push == 'true' - uses: docker/login-action@v3 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ${{ secrets.DOCKER_REGISTRY }} username: ${{ secrets.DOCKERHUB_USER }} @@ -79,7 +79,7 @@ jobs: fi - name: Build and push Docker image for cloudstack-kubernetes-provider (multi-arch) - uses: docker/build-push-action@v6 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51bdeaf5..bd372e19 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: run: make test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5.5.5 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.txt diff --git a/.github/workflows/e2e-simulator.yml b/.github/workflows/e2e-simulator.yml index 908747b3..8d8d2e36 100644 --- a/.github/workflows/e2e-simulator.yml +++ b/.github/workflows/e2e-simulator.yml @@ -42,10 +42,10 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: docker/setup-buildx-action@v3 + - uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 - name: Build CCM image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: context: . load: true @@ -125,7 +125,7 @@ jobs: zstd -dc ccm-image.tar.zst | docker load echo "CCM_IMAGE_PREBUILT=true" >>"$GITHUB_ENV" - - uses: helm/kind-action@v1 + - uses: helm/kind-action@06c1ae10762d3b9c1644e7fe69596ae519e015a2 # v1.15.0 with: install_only: true version: v0.32.0 diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index ed7750bd..abeccbdd 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -35,4 +35,4 @@ jobs: with: go-version-file: go.mod - name: golangci-lint - uses: golangci/golangci-lint-action@v9 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
