File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4141 - name : Checkout repository
4242 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4343 - name : Install go
44- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
44+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
4545 with :
4646 go-version : 1.23
4747 - name : Install helm
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
22+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2323 with :
2424 go-version : ' 1.22'
2525 - name : Install helm
2929 - name : Package helm chart
3030 run : ./scripts/build-chart && BUILD_TARGET=helm-project-operator ./scripts/build-chart
3131 - name : golangci-lint
32- uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
32+ uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
3333 with :
3434 # Require: The version of golangci-lint to use.
3535 # When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
Original file line number Diff line number Diff line change 6363 - name : Set up Docker Buildx
6464 uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
6565 - name : Log in to the Container registry
66- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
66+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
6767 with :
6868 registry : ${{ env.GHCR_REGISTRY }}
6969 username : ${{ github.actor }}
@@ -106,7 +106,7 @@ jobs:
106106 - name : Set up Docker Buildx
107107 uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
108108 - name : Log in to the Container registry
109- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
109+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
110110 with :
111111 registry : ${{ env.GHCR_REGISTRY }}
112112 username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163163 run : ./.github/workflows/e2e/scripts/generate-artifacts.sh;
164164 - name : Upload logs and manifests on failure
165165 if : failure()
166- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
166+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
167167 with :
168168 name : artifacts-${{ matrix.arch }}-${{ inputs.k3s_version || env.K3S_MIN_VERSION_TAG }}
169169 path : artifacts/
Original file line number Diff line number Diff line change 3434 fetch-depth : 0
3535 - run : git fetch --force --tags
3636 - name : setup Go
37- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
37+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
3838 with :
3939 go-version : 1.22
4040 - name : Check if yq is installed
8686 - name : Set up Docker Buildx
8787 uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
8888 - name : Log in to the Container registry
89- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
89+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
9090 with :
9191 registry : ${{ env.GHCR_REGISTRY }}
9292 username : ${{ github.actor }}
@@ -130,7 +130,7 @@ jobs:
130130 with :
131131 fetch-depth : 0
132132 - name : Log in to the Container registry
133- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
133+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
134134 with :
135135 registry : ${{ env.REGISTRY }}
136136 username : ${{ env.DOCKER_USERNAME }}
You can’t perform that action at this time.
0 commit comments