Skip to content

Commit

Permalink
Merge pull request #34 from Homebrew/zizmor-fixes
Browse files Browse the repository at this point in the history
workflows/build: fix zizmor findings
  • Loading branch information
MikeMcQuaid authored Nov 25, 2024
2 parents c4cc960 + 1d837a7 commit 16fd16f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- container: debian7
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Build Docker image
run: docker build --tag ${{matrix.container}} .
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
TAG: ${{github.event.inputs.tag}}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Download binaries from GitHub Actions
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 16fd16f

Please sign in to comment.