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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
3838 with :
3939 go-version : 1.22
4040 - name : Check if yq is installed
5151 if : steps.check_yq.outputs.install_yq == 'true'
5252 run : |
5353 sudo wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq;
54- - uses : azure/setup-kubectl@3e0aec4d80787158d308d7b364cb1b702e7feb7f # v4
54+ - uses : azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4
5555 - name : Install helm
5656 uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
5757 with :
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
@@ -84,20 +84,20 @@ jobs:
8484 - name : Checkout repository
8585 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8686 - name : Set up Docker Buildx
87- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
87+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
8888 - name : Log in to the Container registry
89- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
89+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
9090 with :
9191 registry : ${{ env.GHCR_REGISTRY }}
9292 username : ${{ github.actor }}
9393 password : ${{ secrets.GITHUB_TOKEN }}
9494 - name : Extract metadata (tags, labels) for Helm-Project-Operator image
9595 id : meta-hpo
96- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
96+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
9797 with :
9898 images : ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}/helm-project-operator
9999 - name : Build Helm-Project-Operator image
100- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
100+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
101101 with :
102102 context : .
103103 file : ./package/Dockerfile-helm-project-operator
@@ -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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
134134 with :
135135 registry : ${{ env.REGISTRY }}
136136 username : ${{ env.DOCKER_USERNAME }}
@@ -142,9 +142,9 @@ jobs:
142142 source ./scripts/version
143143 echo IMAGE=$IMAGE >> $GITHUB_ENV
144144 - name : Set up Docker Buildx
145- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
145+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
146146 - name : Build Prometheus Federator image
147- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
147+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
148148 with :
149149 context : .
150150 file : ./package/Dockerfile-prometheus-federator
0 commit comments