File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
3939 python-version : ["3.10", "3.14"]
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343
4444 - name : Set up Python ${{ matrix.python-version }}
45- uses : actions/setup-python@v5
45+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
4646 with :
4747 python-version : ${{ matrix.python-version }}
4848
6969
7070 - name : Upload coverage comment to be posted
7171 if : matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name == 'pull_request' && steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
72- uses : actions/upload-artifact@v7
72+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7373 with :
7474 name : coverage-comment-docling_serve
7575 path : python-coverage-comment-action-docling_serve.txt
You can’t perform that action at this time.
0 commit comments