Skip to content

Commit 800156a

Browse files
author
Ira Abramov
committed
actions on full lockdown
1 parent f787ce4 commit 800156a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313

1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
- name: Install greadlink
1717
if: startsWith(runner.os, 'macOS')
1818
run: brew install coreutils
@@ -28,9 +28,9 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3232
- name: Set up Python
33-
uses: actions/setup-python@v6
33+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3434
with:
3535
python-version: 3.12
3636
- name: Install docs dependencies
@@ -42,13 +42,13 @@ jobs:
4242
runs-on: ubuntu-latest
4343

4444
steps:
45-
- uses: actions/checkout@v6
45+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4646
- name: Set up Go
47-
uses: actions/setup-go@v6
47+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4848
with:
4949
go-version: 1.26.1
5050
- name: Set up Python
51-
uses: actions/setup-python@v6
51+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
5252
with:
5353
python-version: 3.12
5454
- name: Install shfmt
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Repository checkout
76-
uses: actions/checkout@v6
76+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7777
with:
7878
fetch-depth: 0
7979

0 commit comments

Comments
 (0)