@@ -64,11 +64,11 @@ jobs:
6464
6565 steps :
6666 - name : Checkout repository
67- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
67+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6868
6969 # Initializes the CodeQL tools for scanning.
7070 - name : Initialize CodeQL
71- uses : github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.29.5
71+ uses : github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # 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@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.29.5
85+ uses : github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # 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.
9999 # ./location_of_script_within_repo/buildscript.sh
100100
101101 - name : Set up Java
102- uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
102+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
103103 with :
104104 distribution : corretto
105105 java-version : ' 17'
@@ -126,6 +126,6 @@ jobs:
126126 if : ${{ matrix.target.language == 'csharp' }}
127127
128128 - name : Perform CodeQL Analysis
129- uses : github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.29.5
129+ uses : github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v3.29.5
130130 with :
131131 category : " /language:${{matrix.target.language}}"
0 commit comments