Skip to content

Commit 257022c

Browse files
committed
fix zizmor warnings
1 parent b1c00b6 commit 257022c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/cloak.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ on:
66
jobs:
77
docker:
88
runs-on: ubuntu-latest
9+
permissions: {}
10+
911
steps:
1012
- name: Checkout
1113
uses: actions/checkout@v4
14+
with:
15+
persist-credentials: false
1216

1317
- name: Log in to Docker Hub
14-
uses: docker/login-action@v3
18+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
1519
with:
1620
username: ${{ secrets.DOCKERHUB_USERNAME }}
1721
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -21,7 +25,7 @@ jobs:
2125
run: echo "sha8=${GITHUB_SHA::8}" >> $GITHUB_OUTPUT
2226

2327
- name: Build and Push Docker image
24-
uses: docker/build-push-action@v6
28+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
2529
with:
2630
context: .
2731
platforms: linux/amd64

0 commit comments

Comments
 (0)