Skip to content

Commit 25faffb

Browse files
authored
Merge pull request #101 from getyourguide/SEC-3079-pin-workflow-actions
SEC-3079 Pin workflow action versions
1 parent a050d67 commit 25faffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
matrix:
1010
python-version: [3.9, 3.8, 3.7]
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
1313
- name: Set up Python
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install pip dependencies

0 commit comments

Comments
 (0)