File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4848 go-version-file : go.mod
4949 # Initializes the CodeQL tools for scanning.
5050 - name : Initialize CodeQL
51- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
51+ uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
5252 with :
5353 languages : ${{ matrix.language }}
5454 # If you wish to specify custom queries, you can do so here or in a config file.
5959 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6060 # If this step fails, then you should remove it and run the build manually (see below)
6161 - name : Autobuild
62- uses : github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
62+ uses : github/codeql-action/autobuild@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
6363
6464 # ℹ️ Command-line programs to run using the OS shell.
6565 # 📚 https://git.io/JvXDl
7373 # make release
7474
7575 - name : Perform CodeQL Analysis
76- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
76+ uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
Original file line number Diff line number Diff line change 3838 persist-credentials : false
3939
4040 - name : " Run analysis"
41- uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
41+ uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4242 with :
4343 results_file : results.sarif
4444 results_format : sarif
6868
6969 # Upload the results to GitHub's code scanning dashboard.
7070 - name : " Upload to code-scanning"
71- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
71+ uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
7272 with :
7373 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1313 pull-requests : write
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0 .0
16+ - uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1 .0
1717 with :
1818 days-before-stale : 60
1919 days-before-close : 14
You can’t perform that action at this time.
0 commit comments