Skip to content

Commit

Permalink
zizmor: apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Jan 24, 2025
1 parent 39d3dd8 commit 4904be6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
name: Release

on:
push:
branches:
- master

permissions: {}

jobs:
release:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ concurrency:
group: ci-${{github.ref}}-${{github.event.pull_request.number || github.run_number}}
cancel-in-progress: true

permissions: {}

jobs:
prechecks:
uses: ./.github/workflows/pre-commit.yml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ concurrency:
group: style-${{github.ref}}-${{github.event.pull_request.number || github.run_number}}
cancel-in-progress: true

permissions: {}

jobs:
pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4904be6

Please sign in to comment.