Skip to content

Commit

Permalink
Merge pull request #702 from Homebrew/zizmor-artipacked
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFromCanada authored Dec 15, 2024
2 parents f30b24e + 931463a commit 6bc3d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Homebrew
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Set up Git repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

- name: Set up Homebrew
id: set-up-homebrew
Expand Down

0 comments on commit 6bc3d03

Please sign in to comment.