6868
6969 # Initializes the CodeQL tools for scanning.
7070 - name : Initialize CodeQL
71- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
71+ uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
7272 with :
7373 languages : ${{ matrix.target.language }}
7474 # If you wish to specify custom queries, you can do so here or in a config file.
8282 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
8383 # If this step fails, then you should remove it and run the build manually (see below)
8484 - name : Autobuild
85- uses : github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
85+ uses : github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
8686 with :
8787 working-directory : ${{ matrix.target.directory }}
8888 # There are no array literals in GHA that is why we need to use fromJson.
@@ -106,7 +106,7 @@ jobs:
106106 if : ${{ matrix.target.language == 'java' }}
107107
108108 - name : Setup Gradle
109- uses : gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4 .0
109+ uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0 .0
110110
111111 - name : build Java
112112 run : ./gradlew build --no-build-cache
@@ -126,6 +126,6 @@ jobs:
126126 if : ${{ matrix.target.language == 'csharp' }}
127127
128128 - name : Perform CodeQL Analysis
129- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
129+ uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
130130 with :
131131 category : " /language:${{matrix.target.language}}"
0 commit comments