Skip to content

Commit

Permalink
Merge pull request #1107 from Homebrew/fix-zizmor-findings
Browse files Browse the repository at this point in the history
workflows: fix artipacked zizmor findings
  • Loading branch information
p-linnane authored Dec 15, 2024
2 parents 2165f73 + eb0e407 commit ff1a39f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Set up Git repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

- name: Install Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0
Expand All @@ -26,6 +28,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 All @@ -42,6 +46,8 @@ jobs:
steps:
- name: Set up Git repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

- name: Check release notes redirect
run: ruby ./.github/actions/check-redirects.rb

0 comments on commit ff1a39f

Please sign in to comment.