2929 steps :
3030 # Checkout the code at the head of the specified PR
3131 - name : Checkout the repository
32- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3333 - name : Get Pull Request Head SHA
3434 id : get_head_sha
3535 run : |
@@ -56,28 +56,28 @@ jobs:
5656 steps :
5757 # Checkout the code at the head of the specified PR
5858 - name : Checkout PR Head
59- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
59+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
6060 with :
6161 ref : ${{ needs.prepare_pr_info.outputs.head_sha }}
6262 # Proceed to build images
6363 - name : Set up Docker Buildx
64- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
64+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
6565 - name : Log in to the Container registry
66- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
66+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
6767 with :
6868 registry : ${{ env.GHCR_REGISTRY }}
6969 username : ${{ github.actor }}
7070 password : ${{ secrets.GITHUB_TOKEN }}
7171 - name : Extract metadata (tags, labels) for Helm-Project-Operator image
7272 id : meta-helm-project-operator
73- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
73+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
7474 with :
7575 images : ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}/helm-project-operator
7676 tags : |
7777 type=raw,value=pr-${{ github.event.inputs.pr_number }}-${{ needs.prepare_pr_info.outputs.head_sha_short }}
7878 type=raw,value=pr-${{ github.event.inputs.pr_number }}
7979 - name : Build Helm-Project-Operator image
80- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
80+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
8181 with :
8282 context : .
8383 file : ./package/Dockerfile-helm-project-operator
@@ -99,28 +99,28 @@ jobs:
9999 steps :
100100 # Checkout the code at the head of the specified PR
101101 - name : Checkout PR Head
102- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
102+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
103103 with :
104104 ref : ${{ needs.prepare_pr_info.outputs.head_sha }}
105105 # Proceed to build images
106106 - name : Set up Docker Buildx
107- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
107+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
108108 - name : Log in to the Container registry
109- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
109+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
110110 with :
111111 registry : ${{ env.GHCR_REGISTRY }}
112112 username : ${{ github.actor }}
113113 password : ${{ secrets.GITHUB_TOKEN }}
114114 - name : Extract metadata (tags, labels) for Prometheus Federator image
115115 id : meta-prometheus-federator
116- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
116+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
117117 with :
118118 images : ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}
119119 tags : |
120120 type=raw,value=pr-${{ github.event.inputs.pr_number }}-${{ needs.prepare_pr_info.outputs.head_sha_short }}
121121 type=raw,value=pr-${{ github.event.inputs.pr_number }}
122122 - name : Build prometheus-federator image
123- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
123+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
124124 with :
125125 context : .
126126 file : ./package/Dockerfile-prometheus-federator
0 commit comments