@@ -50,11 +50,11 @@ jobs:
5050    - name : Checkout repository 
5151      uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683  #  v4
5252
53-     -   uses : gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96   #  v4.4.1 
53+     -   uses : gradle/actions/wrapper-validation@017a9effdb900e5b5b2fddfb590a105619dca3c3   #  v4.4.2 
5454
5555    #  Initializes the CodeQL tools for scanning.
5656    - name : Initialize CodeQL 
57-       uses : github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a   #  v3.29.1 
57+       uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2   #  v3.29.9 
5858      with :
5959        languages : ${{ matrix.language }} 
6060        #  If you wish to specify custom queries, you can do so here or in a config file.
6868    #  Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
6969    #  If this step fails, then you should remove it and run the build manually (see below)
7070    - name : Autobuild 
71-       uses : github/codeql-action/autobuild@39edc492dbe16b1465b0cafca41432d857bdb31a   #  v3.29.1 
71+       uses : github/codeql-action/autobuild@df559355d593797519d70b90fc8edd5db049e7a2   #  v3.29.9 
7272
7373    #  ℹ️ Command-line programs to run using the OS shell.
7474    #  📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8181    #      ./location_of_script_within_repo/buildscript.sh
8282
8383    - name : Perform CodeQL Analysis 
84-       uses : github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a   #  v3.29.1 
84+       uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2   #  v3.29.9 
8585      with :
8686        category : " /language:${{matrix.language}}" 
0 commit comments