Skip to content

Commit 225bb28

Browse files
chore(deps): pin addnab/docker-run-action action to 4f65fab (#2043)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c530959 commit 225bb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binary-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
run: |
167167
echo -n "user=$(id -u):$(id -g)" > $GITHUB_OUTPUT
168168
- name: Build musl
169-
uses: addnab/docker-run-action@v3
169+
uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 # v3
170170
if: ${{ matrix.format == 'musl' }}
171171
with:
172172
image: alpine:${{ matrix.alpine }}

0 commit comments

Comments
 (0)