Skip to content

Commit 17aba5b

Browse files
committed
chore: pin GitHub Actions to SHA hashes
1 parent 551fe7d commit 17aba5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-labspace.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717

1818
- name: Log in to DockerHub
19-
uses: docker/login-action@v3
19+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
2020
with:
2121
username: ${{ secrets.DOCKERHUB_USERNAME }}
2222
password: ${{ secrets.DOCKERHUB_TOKEN }}
2323

2424
- name: Publish Labspace
25-
uses: dockersamples/publish-labspace-action@v2
25+
uses: dockersamples/publish-labspace-action@6d55204848c70c76b7df17f8c8fb20c2b24a8b00 # v2.0.0
2626
with:
2727
target_repo: ${{ env.DOCKERHUB_REPO }}

0 commit comments

Comments
 (0)