Skip to content

Commit 50dde89

Browse files
authored
Merge pull request #22 from openlawlibrary/sbojanic/ci-improve-security
sbojanic/ci improve security
2 parents f6a3e36 + 5282610 commit 50dde89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
python-version: "3.10"
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2121
- name: Set up Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
2323
with:
2424
python-version: "${{ matrix.python-version }}"
2525
architecture: x64

0 commit comments

Comments
 (0)