1313 matrix :
1414 python-version : ["3.12"]
1515 steps :
16- - uses : actions/checkout@v6
17- - uses : actions/setup-python@v6
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 architecture : x64
@@ -39,15 +39,15 @@ jobs:
3939 python-version : ["3.12"]
4040 django-version : ["django52"]
4141 steps :
42- - uses : actions/checkout@v6
43- - uses : actions/setup-python@v6
42+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 architecture : x64
4747 - name : Setup Nodejs Env
4848 run : echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
4949 - name : Setup Node
50- uses : actions/setup-node@v6
50+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5151 with :
5252 node-version : ${{ env.NODE_VER }}
5353 - name : Install Dependencies
6464 make tests
6565 - name : Run code coverage
6666 if : matrix.python-version == '3.12' && matrix.django-version == 'django42'
67- uses : codecov/codecov-action@v5
67+ uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
6868 with :
6969 flags : unittests
7070 fail_ci_if_error : true
7676 matrix :
7777 python-version : ["3.12"]
7878 steps :
79- - uses : actions/checkout@v6
80- - uses : actions/setup-python@v6
79+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
80+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8181 with :
8282 python-version : ${{ matrix.python-version }}
8383 architecture : x64
0 commit comments