Skip to content

Commit f09c850

Browse files
committed
chore: annotate zizmor warnings
1 parent b5376c4 commit f09c850

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
if: github.event_name != 'pull_request'
3535
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
3636
with:
37-
username: ${{ secrets.DOCKERHUB_USERNAME }}
38-
password: ${{ secrets.DOCKERHUB_TOKEN }}
37+
username: ${{ secrets.DOCKERHUB_USERNAME }} # zizmor: ignore[secrets-outside-env]
38+
password: ${{ secrets.DOCKERHUB_TOKEN }} # zizmor: ignore[secrets-outside-env]
3939

4040
- name: Login to GHCR
4141
if: github.event_name != 'pull_request'

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: 🏷️ Create/update tag
2020
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2121
with:
22-
github-token: ${{ secrets.WEBLATE_CI_TOKEN }}
22+
github-token: ${{ secrets.WEBLATE_CI_TOKEN }} # zizmor: ignore[secrets-outside-env]
2323
script: |
2424
const now = new Date;
2525
const onejan = new Date(now.getFullYear(), 0, 1);

0 commit comments

Comments
 (0)