Skip to content

Commit 3bb9e7a

Browse files
gabibgutimarijnh
authored andcommitted
Ref actions by commit SHA in ci.yml
It's important to make sure the SHA's are from the original repositories and not forks. For reference: https://github.com/actions/checkout/releases/tag/v4.0.0 actions/checkout@3df4ab1 https://github.com/actions/cache/releases/tag/v3.3.2 actions/cache@704facf Signed-off-by: Gabriela Gutierrez <[email protected]>
1 parent 53faa33 commit 3bb9e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
name: Build and test
77
steps:
8-
- uses: actions/checkout@v1
8+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0
99

10-
- uses: actions/cache@v2
10+
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 #v3.3.2
1111
with:
1212
path: '/home/runner/work/codemirror/codemirror5/node_modules'
1313
key: ${{ runner.os }}-modules

0 commit comments

Comments
 (0)