Skip to content

Commit

Permalink
Merge pull request #356 from maxmind/nobeid/uhu-537-improve-zizmor-ac…
Browse files Browse the repository at this point in the history
…tion

update zizmor to verson 1.2.2
  • Loading branch information
faktas2 authored Jan 29, 2025
2 parents e547b7d + 114e130 commit 52f6b2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
schedule:
- cron: '5 10 * * SUN'

permissions: {}

jobs:

build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
schedule:
- cron: '5 5 * * SUN'

permissions: {}

jobs:
golangci:
name: lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
enable-cache: false

- name: Run zizmor
run: uvx zizmor --format plain .
run: uvx zizmor@1.2.2 --format plain .
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 52f6b2e

Please sign in to comment.