File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ jobs:
4545 with :
4646 go-version-file : go.mod
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3 .30.3
48+ uses : github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
4949 with :
5050 languages : ${{ matrix.language }}
5151 - name : Autobuild
52- uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3 .30.3
52+ uses : github/codeql-action/autobuild@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
5353 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3 .30.3
54+ uses : github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
Original file line number Diff line number Diff line change 5151
5252 # Initializes the CodeQL tools for scanning.
5353 - name : Initialize CodeQL
54- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3 .30.3
54+ uses : github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
5555 with :
5656 languages : ${{ matrix.language }}
5757 build-mode : ${{ matrix.build-mode }}
6363 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6464 # If this step fails, then you should remove it and run the build manually (see below)
6565 - name : Autobuild
66- uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3 .30.3
66+ uses : github/codeql-action/autobuild@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
6767
6868 # ℹ️ Command-line programs to run using the OS shell.
6969 # 📚 https://git.io/JvXDl
7777 # make release
7878
7979 - name : Perform CodeQL Analysis
80- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
80+ uses : github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v3
8181 with :
8282 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments