Skip to content

Commit 6b2ba0d

Browse files
committed
Pin actions to sha
1 parent b8ea642 commit 6b2ba0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
steps:
2222
- name: Set up Homebrew
2323
id: set-up-homebrew
24-
uses: Homebrew/actions/setup-homebrew@master
24+
uses: Homebrew/actions/setup-homebrew@main
2525
with:
2626
token: ${{ github.token }}
2727

2828
- name: Cache Homebrew Bundler RubyGems
29-
uses: actions/cache@v4
29+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3030
with:
3131
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
3232
key: ${{ matrix.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Upload bottles as artifact
4444
if: always() && github.event_name == 'pull_request'
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4646
with:
4747
name: bottles_${{ matrix.os }}
4848
path: "*.bottle.*"

0 commit comments

Comments
 (0)