Skip to content

Commit

Permalink
Merge pull request #1515 from Homebrew/sync-shared-config
Browse files Browse the repository at this point in the history
Synchronize shared configuration
  • Loading branch information
EricFromCanada authored Oct 31, 2024
2 parents bc81c25 + 174acf8 commit 3cdff2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
workflow_syntax:
if: github.repository_owner == 'Homebrew'
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Set up Homebrew
id: setup-homebrew
Expand All @@ -45,7 +47,7 @@ jobs:

- uses: actions/checkout@v4
with:
persist-credentials: ${{ github.event.repository.private }}
persist-credentials: false

- run: zizmor --format sarif . >results.sarif

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: vale docs/

- name: Install Ruby
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
uses: ruby/setup-ruby@98aefb3c83eea830993080938ed245dc8e2b843b # v1.198.0
with:
bundler-cache: true
working-directory: docs
Expand Down

0 comments on commit 3cdff2b

Please sign in to comment.