Skip to content

Commit d15089a

Browse files
authored
chore(deps): pin dependencies (#481)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent 3b81747 commit d15089a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- macos-latest
3131
- windows-latest
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3434
with:
3535
fetch-depth: 0
3636
- name: Setup python for test ${{ matrix.py }}
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
3838
with:
3939
python-version: ${{ matrix.py }}
4040
- name: Install tox
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
COVERAGE_FILE: "coverage.${{ matrix.os }}.${{ matrix.py }}"
4848
- name: Store coverage file
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
5050
with:
5151
name: coverage.${{ matrix.os }}.${{ matrix.py }}
5252
path: coverage.${{ matrix.os }}.${{ matrix.py }}
@@ -63,25 +63,25 @@ jobs:
6363
env:
6464
COVERAGE_FILE: "coverage"
6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6767

68-
- uses: actions/download-artifact@v4
68+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
6969
id: download
7070
with:
7171
pattern: coverage.*
7272
merge-multiple: true
7373

7474
- name: Coverage comment
7575
id: coverage_comment
76-
uses: py-cov-action/python-coverage-comment-action@v3
76+
uses: py-cov-action/python-coverage-comment-action@2b84cfb222691291ba358a586c13606f0a9c172c # v3
7777
with:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979
MERGE_COVERAGE_FILES: true
8080
ANNOTATE_MISSING_LINES: true
8181
VERBOSE: true
8282

8383
- name: Store Pull Request comment to be posted
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
8585
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
8686
with:
8787
name: python-coverage-comment-action
@@ -91,10 +91,10 @@ jobs:
9191
name: gitleaks
9292
runs-on: ubuntu-latest
9393
steps:
94-
- uses: actions/checkout@v4
94+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9595
with:
9696
fetch-depth: 0
97-
- uses: gitleaks/gitleaks-action@v2
97+
- uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}

.github/workflows/python-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
- name: Setup
1919
uses: descope/.github/.github/actions/python/poetry/setup@main
2020
with:

0 commit comments

Comments
 (0)