Skip to content

Commit 13ef318

Browse files
committed
Tell Renovate that we're trying to pin actions to specific tags
It thought that we were just trying to follow the latest commit on these actions, when in reality we want to follow the latest tag and pin its commit hash.
1 parent afd4fdc commit 13ef318

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@ jobs:
3434
path: dist
3535

3636
- name: Log in to container registry
37-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
37+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
3838
with:
3939
registry: ${{ env.REGISTRY }}
4040
username: ${{ github.actor }}
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Extract metadata (tags, labels) for Docker
4444
id: meta
45-
uses: docker/metadata-action@f7b4ed12385588c3f9bc252f0a2b520d83b52d48
45+
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
4646
with:
4747
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848
tags: ${{ inputs.docker_tags}}
4949

5050
- name: Set up Docker Buildx
51-
uses: docker/setup-buildx-action@abe89fb761023d1d963c81f6b5e0df54236dc097
51+
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
5252

5353
- name: Build and push Docker image
54-
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003
54+
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
5555
with:
5656
context: .
5757
platforms: linux/amd64,linux/arm64

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
tar --numeric-owner --transform "s/dist/element-call-${TARBALL_VERSION}/" -cvzf element-call-${TARBALL_VERSION}.tar.gz dist
5353
- name: Upload
54-
uses: actions/upload-artifact@552bf3722c16e81001aea7db72d8cedf64eb5f68
54+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
5555
env:
5656
GITHUB_TOKEN: ${{ github.token }}
5757
with:

0 commit comments

Comments
 (0)