Skip to content

Commit 33545a0

Browse files
Update GitHub Actions
1 parent 6ec58c2 commit 33545a0

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -29,7 +29,7 @@ jobs:
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.

.github/workflows/pr-debug-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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 }}

.github/workflows/prom-fed-e2e-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
run: ./.github/workflows/e2e/scripts/generate-artifacts.sh;
165165
- name: Upload logs and manifests on failure
166166
if: failure()
167-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
167+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
168168
with:
169169
name: artifacts-${{ matrix.arch }}-${{ inputs.k3s_version || env.K3S_MIN_VERSION_TAG }}
170170
path: artifacts/

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
GIT_TAG=${{ github.ref_name }} BUILD_TARGET=prometheus-federator make package-helm && echo "pf: release chart prepared"
6262
BUILD_TARGET=prometheus-federator make build-chart && echo "pf: embedded project-monitoring chart prepared"
63-
- uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6
63+
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
6464
with:
6565
distribution: goreleaser
6666
version: latest
@@ -86,7 +86,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)