Commit 28d0906 1 parent 622e7cc commit 28d0906 Copy full SHA for 28d0906
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
42
+ uses : github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
# If you wish to specify custom queries, you can do so here or in a config file.
53
53
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54
54
# If this step fails, then you should remove it and run the build manually (see below)
55
55
- name : Autobuild
56
- uses : github/codeql-action/autobuild@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
56
+ uses : github/codeql-action/autobuild@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
57
57
58
58
# ℹ️ Command-line programs to run using the OS shell.
59
59
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
66
66
# ./location_of_script_within_repo/buildscript.sh
67
67
68
68
- name : Perform CodeQL Analysis
69
- uses : github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
69
+ uses : github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
Original file line number Diff line number Diff line change @@ -2093,9 +2093,9 @@ ts-proto-descriptors@1.15.0:
2093
2093
protobufjs "^7.2.4"
2094
2094
2095
2095
ts-proto@^1.166.2 :
2096
- version "1.167.0 "
2097
- resolved "https://registry.yarnpkg.com/ts-proto/-/ts-proto-1.167.0 .tgz#3da5f1cbcdda3a1e339b266b02be40131b278a90 "
2098
- integrity sha512-ATJ9bN0JpPhtWVymKpkf7zUYOLBZVOA7rWRRH/U+ML8A2xjcBgcM3H4Mme8T8Yn6S4rW6ttNjRAtLZmusAjIIA ==
2096
+ version "1.167.1 "
2097
+ resolved "https://registry.yarnpkg.com/ts-proto/-/ts-proto-1.167.1 .tgz#e04d8f1e5c7993da584962d3b99cf903a92168c1 "
2098
+ integrity sha512-xsEPKtT0kswVOLbLDwMavf4OZKP8fBasVeX8AozAJ8IxrGC/QgZOMITtEGnryQg0celCbNNzx8qtwpXjvV7AIA ==
2099
2099
dependencies :
2100
2100
case-anything "^2.1.13"
2101
2101
protobufjs "^7.2.4"
You can’t perform that action at this time.
0 commit comments