Skip to content

Commit 5f6cd41

Browse files
committed
ci(docling_serve): Use commit hashes for pinning actions
1 parent 77c1e1b commit 5f6cd41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docling_serve.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

@@ -69,7 +69,7 @@ jobs:
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

0 commit comments

Comments
 (0)