]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: bump dependencies
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 8 Oct 2025 12:46:51 +0000 (12:46 +0000)
committerViktor Szakats <commit@vsz.me>
Wed, 8 Oct 2025 14:07:58 +0000 (16:07 +0200)
- cryptography from 44.0.1 to 46.0.2 in tests/http
- ruff from 0.13.2 to 0.14.0 in .github/scripts
- reuse from 6.0.0 to 6.1.2 in .github/scripts
- github/codeql-action from 3.30.5 to 4.30.7

Closes #18941
Closes #18942
Closes #18943
Closes #18945
Closes #18947

.github/scripts/requirements.txt
.github/workflows/codeql.yml
tests/http/requirements.txt

index c20a747673765addf6e01b1257c08455fc8c8234..4533b2cfd7d91d4430a3ee61d35b728d28e0dff5 100644 (file)
@@ -5,5 +5,5 @@
 cmakelang==0.6.13
 codespell==2.4.1
 pytype==2024.10.11
-reuse==6.0.0
-ruff==0.13.2
+reuse==6.1.2
+ruff==0.14.0
index da12e575abc951ff5b77841fb04b9551edf9b522..cc882a51a3768f08adb3fd0e203932ce4db33856 100644 (file)
@@ -48,13 +48,13 @@ jobs:
           persist-credentials: false
 
       - name: 'initialize'
-        uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
+        uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
         with:
           languages: actions, python
           queries: security-extended
 
       - name: 'perform analysis'
-        uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
+        uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
 
   c:
     name: 'C'
@@ -84,7 +84,7 @@ jobs:
           persist-credentials: false
 
       - name: 'initialize'
-        uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
+        uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
         with:
           languages: cpp
           build-mode: manual
@@ -130,4 +130,4 @@ jobs:
           fi
 
       - name: 'perform analysis'
-        uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
+        uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
index 6a98723ac208ef5548d0ca52c0bb28bbee873d90..3b81a2ca13b066390b07a9c23b86dda5e7b42115 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: curl
 
-cryptography==44.0.1
+cryptography==46.0.2
 filelock==3.19.1
 psutil==7.1.0
 pytest==8.4.2