GHA: pin dependencies

Closes #13628
This commit is contained in:
renovate[bot] 2024-05-15 09:39:30 +00:00 committed by Daniel Stenberg
parent 17fbed2008
commit 7398037abe
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
24 changed files with 61 additions and 61 deletions

View file

@ -51,11 +51,11 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
with:
languages: cpp
queries: security-extended
@ -63,7 +63,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@v3
uses: github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@ -77,4 +77,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3