mirror of
https://github.com/curl/curl.git
synced 2026-06-16 16:25:38 +03:00
GHA: update four dependencies
- gnutls/gnutls to v3.8.8 - rojopolis/spellcheck-github-actions digest to 403efe0 - awslabs/aws-lc to v1.38.0 - github/codeql-action digest to 4f3212b Closes #15487 Closes #15490 Closes #15516 Closes #15528
This commit is contained in:
parent
93c65c00e5
commit
b723f6a445
4 changed files with 6 additions and 6 deletions
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3
|
||||
uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3
|
||||
with:
|
||||
languages: cpp
|
||||
queries: security-extended
|
||||
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||
# If this step fails, then you should remove it and run the build manually (see below)
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3
|
||||
uses: github/codeql-action/autobuild@4f3212b61783c3c68e8309a0f18a699764811cda # v3
|
||||
|
||||
# ℹ️ Command-line programs to run using the OS shell.
|
||||
# 📚 https://git.io/JvXDl
|
||||
|
|
@ -73,4 +73,4 @@ jobs:
|
|||
# make release
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3
|
||||
uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue