Skip to content

Commit eb99bb3

Browse files
committed
🔒 pin ci.yml actions to commit SHAs
1 parent 0ea60e8 commit eb99bb3

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
@@ -18,9 +18,9 @@ jobs:
1818
check_code_quality:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222
- name: Set up Python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
2424
with:
2525
python-version: "3.9"
2626
- name: Install dependencies
@@ -42,11 +42,11 @@ jobs:
4242
os: [ubuntu-latest, windows-latest]
4343
runs-on: ${{ matrix.os }}
4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646
with:
4747
fetch-depth: 0
4848
- name: Set up Python 3.9
49-
uses: actions/setup-python@v4
49+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
5050
with:
5151
python-version: "3.9"
5252
- name: Upgrade pip

0 commit comments

Comments
 (0)