瀏覽代碼

chore(deps): update docker/login-action action to v3.2.0 (main) (#11473)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 9 月之前
父節點
當前提交
8ad574f6ba

+ 1 - 1
.github/workflows/publish-smoke-test-servlet-images.yml

@@ -60,7 +60,7 @@ jobs:
           java-version-file: .java-version
 
       - name: Login to GitHub package registry
-        uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
+        uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
         with:
           registry: ghcr.io
           username: ${{ github.repository_owner }}

+ 1 - 1
.github/workflows/reusable-smoke-test-images.yml

@@ -51,7 +51,7 @@ jobs:
 
       - name: Login to GitHub package registry
         if: inputs.publish
-        uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
+        uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
         with:
           registry: ghcr.io
           username: ${{ github.repository_owner }}