Skip to content

Commit fe02821

Browse files
committed
use commit sha with action
Signed-off-by: Meredith Lancaster <[email protected]>
1 parent 4e05521 commit fe02821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Package Helm chart
3838
run: helm package charts/${{ steps.release-details.outputs.release_name }}
3939
- name: Login to GitHub Container Registry
40-
uses: docker/login-action@v3
40+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
4141
with:
4242
registry: ${{ env.REGISTRY }}
4343
username: ${{ github.actor }}

0 commit comments

Comments
 (0)