chore: Pin docker github action versions

This commit is contained in:
Matthias
2025-04-22 07:02:07 +02:00
parent 103f64227f
commit a98dd0eea3
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ jobs:
with:
persist-credentials: false
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
with:
registry: ghcr.io
username: ${{ github.actor }}