File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 7373
7474 # Initializes the CodeQL tools for scanning.
7575 - name : Initialize CodeQL
76- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
76+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
7777 with :
7878 languages : ${{ matrix.language }}
7979 queries : +security-extended
8585 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
8686 # If this step fails, then you should remove it and run the build manually (see below)
8787 - name : Autobuild
88- uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
88+ uses : github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
8989
9090 # ℹ️ Command-line programs to run using the OS shell.
9191 # 📚 https://git.io/JvXDl
9999 # make release
100100
101101 - name : Perform CodeQL Analysis
102- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
102+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
Original file line number Diff line number Diff line change 2424 - name : ' Checkout Repository'
2525 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626 - name : ' Dependency Review'
27- uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
27+ uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
Original file line number Diff line number Diff line change 5252 echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
5353 - name : Cache builds
5454 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
55- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
55+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5656 with :
5757 path : |
5858 ${{ steps.go-cache-paths.outputs.go-build }}
Original file line number Diff line number Diff line change 6363 echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
6464 - name : Cache builds
6565 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
66- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
66+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6767 with :
6868 path : |
6969 ${{ steps.go-cache-paths.outputs.go-build }}
Original file line number Diff line number Diff line change 5454 echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
5555 - name : Cache builds
5656 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
57- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
57+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5858 with :
5959 path : |
6060 ${{ steps.go-cache-paths.outputs.go-build }}
@@ -106,7 +106,7 @@ jobs:
106106 repo-token : ${{ secrets.GITHUB_TOKEN }}
107107 - name : Cache builds
108108 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
109- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
109+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
110110 with :
111111 path : |
112112 ~/go/pkg/mod
@@ -226,7 +226,7 @@ jobs:
226226 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
227227 - name : Cache builds
228228 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
229- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
229+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
230230 with :
231231 path : |
232232 ~/go/pkg/mod
@@ -266,7 +266,7 @@ jobs:
266266
267267 - name : Cache builds
268268 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
269- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
269+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
270270 with :
271271 path : |
272272 ~/go/pkg/mod
Original file line number Diff line number Diff line change 5151 # Upload the results to GitHub's code scanning dashboard (optional).
5252 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5353 - name : " Upload to code-scanning"
54- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
54+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
5555 with :
5656 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments