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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
47+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
61+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
74+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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.2 .0
22+ uses : actions/setup-go@v5.3 .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.2 .0
61+ uses : actions/setup-go@v5.3 .0
6262 with :
6363 go-version : 1.23.x
6464
8080 runs-on : ubuntu-latest
8181 steps :
8282 - name : Set up Go
83- uses : actions/setup-go@v5.2 .0
83+ uses : actions/setup-go@v5.3 .0
8484 with :
8585 go-version : 1.23.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.2 .0
126+ uses : actions/setup-go@v5.3 .0
127127 with :
128128 go-version : 1.23.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.2 .0
152+ uses : actions/setup-go@v5.3 .0
153153 with :
154154 go-version : 1.22.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.2 .0
183+ uses : actions/setup-go@v5.3 .0
184184 with :
185185 go-version : 1.23.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@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
22+ uses : actions/setup-go@5a083d0e9a84784eb32078397cf5459adecb4c40 # v5.2.0
2323 with :
2424 go-version : 1.23.x
2525 -
You can’t perform that action at this time.
0 commit comments