Skip to content

Commit

Permalink
Merge pull request #18668 from Homebrew/fix-artipacked
Browse files Browse the repository at this point in the history
workflows: fix `artipacked` warning
  • Loading branch information
Bo98 authored Oct 30, 2024
2 parents d9f1784 + 2ec174f commit 37aab1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false

- name: Initialize CodeQL
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:

- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false

- name: Install vale
run: brew install vale
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rubydoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
repository: Homebrew/rubydoc.brew.sh
path: rubydoc
persist-credentials: false

- name: Install Ruby
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
Expand Down

0 comments on commit 37aab1f

Please sign in to comment.