Skip to content

Commit 39c7a9c

Browse files
committed
Pin github action versions
We want to enforcing action pinning. So all action versions need to be pinned.
1 parent 4cd177e commit 39c7a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
packages: write
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222

2323
- name: Login to GitHub Container Registry
2424
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
@@ -86,7 +86,7 @@ jobs:
8686
needs: build-push-image
8787
steps:
8888
- name: Deploy latest container image
89-
uses: digitalservicebund/argocd-deploy@auth-token # Use the auth-token branch for STACKIT
89+
uses: digitalservicebund/argocd-deploy@6033da861398e0d7fcffe1b195f8d58f10b62c4e # auth-token branch
9090
with:
9191
environment: production/gruenden-prototype2
9292
version: ${{ github.sha }}

0 commit comments

Comments
 (0)