Skip to content

Commit 3cf4d7c

Browse files
authored
OTWO-7690 Pin checkout and ruby setup actions to commit SHAs (#1916)
1 parent 4b44ffb commit 3cf4d7c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- staging
89

910
concurrency:
1011
group: ci-${{ github.workflow }}-${{ github.ref }}
@@ -40,15 +41,14 @@ jobs:
4041
TEST_DB_PASSWORD: postgres
4142

4243
steps:
43-
- name: Checkout
44-
uses: actions/checkout@v4
44+
- name: Checkout Ohloh UI
45+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4546

4647
- name: Install system dependencies
4748
run: sudo apt-get update && sudo apt-get install -y libsodium-dev imagemagick
4849

49-
5050
- name: Setup Ruby
51-
uses: ruby/setup-ruby@v1
51+
uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
5252
with:
5353
ruby-version: .ruby-version
5454
bundler-cache: false

0 commit comments

Comments
 (0)