@@ -64,11 +64,11 @@ jobs:
6464
6565 steps :
6666 - name : Checkout repository
67- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
67+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
6868
6969 # Initializes the CodeQL tools for scanning.
7070 - name : Initialize CodeQL
71- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
71+ uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # 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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
85+ uses : github/codeql-action/autobuild@96f518a34f7a870018057716cc4d7a5c014bd61c # 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.
@@ -126,6 +126,6 @@ jobs:
126126 if : ${{ matrix.target.language == 'csharp' }}
127127
128128 - name : Perform CodeQL Analysis
129- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
129+ uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
130130 with :
131131 category : " /language:${{matrix.target.language}}"
0 commit comments