File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
52
52
# Initializes the CodeQL tools for scanning.
53
53
- name : Initialize CodeQL
54
- uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
54
+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
55
55
with :
56
56
languages : ${{ matrix.language }}
57
57
# If you wish to specify custom queries, you can do so here or in a config file.
62
62
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
63
63
# If this step fails, then you should remove it and run the build manually (see below)
64
64
- name : Autobuild
65
- uses : github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
65
+ uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3
66
66
67
67
# ℹ️ Command-line programs to run using the OS shell.
68
68
# 📚 https://git.io/JvXDl
76
76
# make release
77
77
78
78
- name : Perform CodeQL Analysis
79
- uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
79
+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172
172
persist-credentials : false
173
173
174
174
- name : Install the latest version of uv
175
- uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
175
+ uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
176
176
with :
177
177
enable-cache : false
178
178
You can’t perform that action at this time.
0 commit comments