File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments