Skip to content

Commit e06a4ea

Browse files
committed
Use full commit SHA for setup-homebrew action
1 parent 0707cad commit e06a4ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
distribution: adopt
5252
# See https://github.com/actions/runner-images/issues/6283
5353
- name: Set up Homebrew
54-
uses: Homebrew/actions/setup-homebrew@2668452
54+
uses: Homebrew/actions/setup-homebrew@266845213695c3047d210b2e8fbc42ecdaf45802
5555
- name: Install Homebrew dependencies
5656
run: brew bundle
5757
shell: bash

.github/workflows/manual-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
distribution: adopt
3030
# See https://github.com/actions/runner-images/issues/6283
3131
- name: Set up Homebrew
32-
uses: Homebrew/actions/setup-homebrew@2668452
32+
uses: Homebrew/actions/setup-homebrew@266845213695c3047d210b2e8fbc42ecdaf45802
3333
- name: Install Homebrew dependencies
3434
run: brew bundle
3535
shell: bash

0 commit comments

Comments
 (0)