Skip to content

Commit 57e7179

Browse files
authored
Update GitHub Actions in .github/workflows/containers.yml to use pinned hashes (#6)
1 parent 6587705 commit 57e7179

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/containers.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
component: [backend, frontend]
5252
steps:
5353
- name: Checkout
54-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
54+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5555

5656
- name: Docker meta
5757
id: meta
58-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
58+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
5959
with:
6060
images: |
6161
ethpandaops/lab
@@ -69,7 +69,7 @@ jobs:
6969
latest=false
7070
7171
- name: Set up Docker Buildx
72-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
72+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
7373

7474
- name: Login to DockerHub
7575
# Only login if:
@@ -78,13 +78,13 @@ jobs:
7878
if: |
7979
github.event_name != 'pull_request' ||
8080
(needs.check-pr.outputs.is_authorized == 'true' && github.event.pull_request.head.repo.full_name == github.repository)
81-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
81+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
8282
with:
8383
username: ${{ secrets.DOCKERHUB_USERNAME }}
8484
password: ${{ secrets.DOCKERHUB_TOKEN }}
8585

8686
- name: Build and push
87-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
87+
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
8888
with:
8989
context: ./${{ matrix.component }}
9090
# Only push if:

0 commit comments

Comments
 (0)