Skip to content

Commit 2ca899c

Browse files
committed
CCM-17830: sonar security fixes
1 parent 0b2aac2 commit 2ca899c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
sudo apt-get update
2929
sudo apt-get install -y ca-certificates curl gnupg
3030
sudo mkdir -p /etc/apt/keyrings
31-
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
31+
curl --proto '=https' --tlsv1.2 -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
3232
NODE_MAJOR=20
3333
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
3434
3535
- name: Upgrade python packaging tools
36-
run: python -m pip install --upgrade pip setuptools wheel
36+
run: python -m pip install pip==26.1.2 setuptools==83.0.0 wheel==0.47.0
3737

3838
- name: Install poetry
39-
run: pip install poetry
39+
run: pip install --only-binary :all: poetry==2.2.1
4040

4141
- name: Cache poetry packages
4242
uses: actions/cache@v4

0 commit comments

Comments
 (0)