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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
48+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4949 with :
5050 languages : ${{ matrix.language }}
5151 - name : Autobuild
52- uses : github/codeql-action/autobuild@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
52+ uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
5353 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
54+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
54+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
66+ uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3
80+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
8181 with :
8282 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments