Skip to content

Commit 898ce58

Browse files
authored
pin dependencies (#432)
1 parent 0bed317 commit 898ce58

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@v2
38+
uses: github/codeql-action/init@3ebbd71c74ef574dbc558c82f70e52732c8b44fe
3939
with:
4040
languages: ${{ matrix.language }}
4141
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -44,4 +44,4 @@ jobs:
4444
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@v2
47+
uses: github/codeql-action/analyze@3ebbd71c74ef574dbc558c82f70e52732c8b44fe

.github/workflows/make-github-and-docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Build package
7474
run: |
75-
pip install build
75+
pip install build==0.10.0
7676
python -m build
7777
7878
- name: Push version to PyPi

.github/workflows/test-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
- uses: ./.github/actions/setup-nca-env
158158
- name: Build package
159159
run: |
160-
pip install build
160+
pip install build==0.10.0
161161
python -m build
162162
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
163163
with:

0 commit comments

Comments
 (0)