Skip to content

Commit a2c3acc

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent 0eb13c5 commit a2c3acc

File tree

6 files changed

+15
-1
lines changed

6 files changed

+15
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424

25+
with:
26+
persist-credentials: false
2527
- name: Set up QEMU
2628
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
2729

.github/workflows/hadolint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+
with:
27+
persist-credentials: false
2628
- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0

.github/workflows/label-sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
steps:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
with:
26+
persist-credentials: false
2527
- uses: srealmoreno/label-sync-action@850ba5cef2b25e56c6c420c4feed0319294682fd # v2.0.0
2628
with:
2729
clean-labels: true

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+
with:
25+
persist-credentials: false
2426
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2527
with:
2628
path: ~/.cache/pre-commit

.github/workflows/pull_requests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
name: Pull request automation
88

9-
on:
9+
on: # zizmor: ignore[dangerous-triggers]
1010
pull_request_target:
1111
types: opened
1212

@@ -23,6 +23,8 @@ jobs:
2323
if: github.actor == 'weblate'
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+
with:
27+
persist-credentials: false
2628
- name: Enable Pull Request Automerge
2729
run: gh pr merge --rebase --auto "${{ github.event.pull_request.number }}"
2830
env:

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,9 @@ repos:
5454
rev: 1.19.1
5555
hooks:
5656
- id: blacken-docs
57+
- repo: https://github.com/woodruffw/zizmor-pre-commit
58+
rev: v1.6.0
59+
hooks:
60+
- id: zizmor
5761
ci:
5862
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)