Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: ./.github/bin/free-disk-space.sh

- name: Log in to the Container registry
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should probably standardize on this more secure format across all Trino projects - ideally at least make it consistent in this flow. Could you start the discussion around this in the maintainer channel?

with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
done

- name: Upload refs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: refs-amd64
path: /tmp/refs/*
Expand All @@ -128,7 +128,7 @@ jobs:
run: ./.github/bin/free-disk-space.sh

- name: Log in to the Container registry
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
done

- name: Upload refs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: refs-arm64
path: /tmp/refs/*
Expand All @@ -187,7 +187,7 @@ jobs:
ref: ${{ needs.prepare.outputs.commit_sha }}

- name: Log in to the Container registry
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down