Skip to content

Commit

Permalink
Merge pull request #148 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 fb053bc + 8ba1083 commit 07a9bd0
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: '6 15 * * 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: '6 15 * * 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 07a9bd0

Please sign in to comment.