This is an automated email from the ASF dual-hosted git repository.
liuhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git
The following commit(s) were added to refs/heads/main by this push:
new 16c03fe chore: pin docker login action (#240)
16c03fe is described below
commit 16c03fe1edb44a64741648e8664589d8b07d01a7
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Mar 31 15:58:11 2026 +0800
chore: pin docker login action (#240)
---
.github/workflows/publish-docker.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish-docker.yaml
b/.github/workflows/publish-docker.yaml
index 91af45f..2290829 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -44,7 +44,7 @@ jobs:
submodules: true
- name: Log in to the Container registry
if: github.event_name != 'pull_request'
- uses: docker/login-action@v3
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
with:
registry: ${{ env.HUB }}
username: ${{ github.actor }}