Skip to content

Commit 39320e1

Browse files
renovate[bot]vszakats
authored andcommitted
GHA: update dependencies
- github/codeql-action to 4.31.3 - google/boringssl to v0.20251110.0 - ruff to 0.14.5 Closes curl#19442 Closes curl#19455
1 parent b360fc6 commit 39320e1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ cmakelang==0.6.13
66
codespell==2.4.1
77
pytype==2024.10.11
88
reuse==6.2.0
9-
ruff==0.14.2
9+
ruff==0.14.5

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
persist-credentials: false
5151

5252
- name: 'initialize'
53-
uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
53+
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
5454
with:
5555
languages: actions, python
5656
queries: security-extended
5757

5858
- name: 'perform analysis'
59-
uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
59+
uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
6060

6161
c:
6262
if: ${{ github.repository_owner == 'curl' || github.event_name != 'schedule' }}
@@ -87,7 +87,7 @@ jobs:
8787
persist-credentials: false
8888

8989
- name: 'initialize'
90-
uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
90+
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
9191
with:
9292
languages: cpp
9393
build-mode: manual
@@ -133,4 +133,4 @@ jobs:
133133
fi
134134
135135
- name: 'perform analysis'
136-
uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
136+
uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3

.github/workflows/http3-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ env:
4545
# renovate: datasource=github-tags depName=awslabs/aws-lc versioning=semver registryUrl=https://github.com
4646
AWSLC_VERSION: 1.63.0
4747
# renovate: datasource=github-tags depName=google/boringssl versioning=semver registryUrl=https://github.com
48-
BORINGSSL_VERSION: 0.20251002.0
48+
BORINGSSL_VERSION: 0.20251110.0
4949
# renovate: datasource=github-tags depName=gnutls/gnutls versioning=semver registryUrl=https://github.com
5050
GNUTLS_VERSION: 3.8.10
5151
# renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<version>.+)-stable$ registryUrl=https://github.com

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ env:
4848
# renovate: datasource=github-tags depName=awslabs/aws-lc versioning=semver registryUrl=https://github.com
4949
AWSLC_VERSION: 1.63.0
5050
# renovate: datasource=github-tags depName=google/boringssl versioning=semver registryUrl=https://github.com
51-
BORINGSSL_VERSION: 0.20251002.0
51+
BORINGSSL_VERSION: 0.20251110.0
5252
# handled in renovate.json
5353
OPENSSL_VERSION: 3.6.0
5454
# renovate: datasource=github-tags depName=rustls/rustls-ffi versioning=semver registryUrl=https://github.com

0 commit comments

Comments
 (0)