@@ -50,11 +50,11 @@ jobs:
50
50
- name : Checkout repository
51
51
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
52
52
53
- - uses : gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
53
+ - uses : gradle/actions/wrapper-validation@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
54
54
55
55
# Initializes the CodeQL tools for scanning.
56
56
- name : Initialize CodeQL
57
- uses : github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
57
+ uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
58
58
with :
59
59
languages : ${{ matrix.language }}
60
60
# If you wish to specify custom queries, you can do so here or in a config file.
68
68
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
69
69
# If this step fails, then you should remove it and run the build manually (see below)
70
70
- name : Autobuild
71
- uses : github/codeql-action/autobuild@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
71
+ uses : github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
72
72
73
73
# ℹ️ Command-line programs to run using the OS shell.
74
74
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
81
81
# ./location_of_script_within_repo/buildscript.sh
82
82
83
83
- name : Perform CodeQL Analysis
84
- uses : github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
84
+ uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
85
85
with :
86
86
category : " /language:${{matrix.language}}"
0 commit comments