File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
47+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
4848 with :
4949 languages : ${{ matrix.language }}
5050 # If you wish to specify custom queries, you can do so here or in a config file.
5858 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5959 # If this step fails, then you should remove it and run the build manually (see below)
6060 - name : Autobuild
61- uses : github/codeql-action/autobuild@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
61+ uses : github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
6262
6363 # ℹ️ Command-line programs to run using the OS shell.
6464 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7171 # ./location_of_script_within_repo/buildscript.sh
7272
7373 - name : Perform CodeQL Analysis
74- uses : github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
74+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os }}
2020 steps :
2121 - name : Set up Go
22- uses : actions/setup-go@v5.5 .0
22+ uses : actions/setup-go@v6.0 .0
2323 with :
2424 go-version : ${{ matrix.go-version }}
2525
5858 runs-on : ubuntu-latest
5959 steps :
6060 - name : Set up Go
61- uses : actions/setup-go@v5.5 .0
61+ uses : actions/setup-go@v6.0 .0
6262 with :
6363 go-version : 1.25.x
6464
8080 runs-on : ubuntu-latest
8181 steps :
8282 - name : Set up Go
83- uses : actions/setup-go@v5.5 .0
83+ uses : actions/setup-go@v6.0 .0
8484 with :
8585 go-version : 1.25.x
8686
@@ -123,7 +123,7 @@ jobs:
123123 tags : [ 'nounsafe', '"noasm,nounsafe"' ]
124124 steps :
125125 - name : Set up Go
126- uses : actions/setup-go@v5.5 .0
126+ uses : actions/setup-go@v6.0 .0
127127 with :
128128 go-version : 1.25.x
129129
@@ -149,7 +149,7 @@ jobs:
149149 tags : [ 'nounsafe', '"noasm,nounsafe"' ]
150150 steps :
151151 - name : Set up Go
152- uses : actions/setup-go@v5.5 .0
152+ uses : actions/setup-go@v6.0 .0
153153 with :
154154 go-version : 1.25.x
155155
@@ -180,7 +180,7 @@ jobs:
180180 tags : [ 'nounsafe', '"noasm,nounsafe"' ]
181181 steps :
182182 - name : Set up Go
183- uses : actions/setup-go@v5.5 .0
183+ uses : actions/setup-go@v6.0 .0
184184 with :
185185 go-version : 1.25.x
186186 - name : Checkout code
Original file line number Diff line number Diff line change 1919 fetch-depth : 0
2020 -
2121 name : Set up Go
22- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.2.0
22+ uses : actions/setup-go@c0137caad775660c0844396c52da96e560aba63d # v5.2.0
2323 with :
2424 go-version : 1.25.x
2525 -
You can’t perform that action at this time.
0 commit comments