Skip to content

Commit 3103b7c

Browse files
committed
Pin setup-docker-action to commit sha
1 parent 06fef86 commit 3103b7c

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222

2323
- name: Set up Docker
24-
uses: docker/setup-docker-action@v4
24+
uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 #v4.7.0
2525
with:
2626
daemon-config: |
2727
{
@@ -33,9 +33,6 @@ jobs:
3333
- name: Set up QEMU
3434
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
3535

36-
# - name: Set up Docker Buildx
37-
# uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
38-
3936
- name: Build Docker image
4037
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
4138
with:
@@ -48,18 +45,6 @@ jobs:
4845
build-args: |
4946
NODE_VERSION=${{ matrix.node }}
5047
51-
# - name: Build Docker image for SAST scan
52-
# uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
53-
# with:
54-
# context: .
55-
# file: docker/Dockerfile
56-
# platforms: linux/amd64
57-
# load: true
58-
# tags: flowfuse-device-agent-pr:${{ matrix.node }}-scan
59-
# push: false
60-
# build-args: |
61-
# NODE_VERSION=${{ matrix.node }}
62-
6348
- name: Perform SAST scan
6449
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
6550
with:

0 commit comments

Comments
 (0)