Skip to content

Commit 7b3b3ed

Browse files
committed
ci: use shasum for actions
1 parent 28fc068 commit 7b3b3ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/push_to_registry.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ jobs:
99
steps:
1010
-
1111
name: Set up Docker Buildx
12-
uses: docker/setup-buildx-action@v2
12+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
1313

1414
- name: Install build tools
1515
run: sudo apt-get update && sudo apt-get install -y build-essential cmake clang
1616
-
1717
name: Login to GitHub Container Registry
18-
uses: docker/login-action@v2
18+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
1919
with:
2020
registry: ghcr.io
2121
username: ${{ github.repository_owner }}
2222
password: ${{ secrets.GITHUB_TOKEN }}
2323
-
2424
name: Build and push
25-
uses: docker/build-push-action@v4
25+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
2626
with:
2727
platforms: linux/amd64
2828
push: true

0 commit comments

Comments
 (0)