File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3535
3636 # Initializes the CodeQL tools for scanning.
3737 - name : Initialize CodeQL
38- uses : github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
38+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
3939 with :
4040 languages : ${{ matrix.language }}
4141 # If you wish to specify custom queries, you can do so here or in a config file.
4646 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4747 # If this step fails, then you should remove it and run the build manually (see below)
4848 - name : Autobuild
49- uses : github/codeql-action/autobuild@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
49+ uses : github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
5050
5151 # ℹ️ Command-line programs to run using the OS shell.
5252 # 📚 https://git.io/JvXDl
6060 # make release
6161
6262 - name : Perform CodeQL Analysis
63- uses : github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
63+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
Original file line number Diff line number Diff line change 2424 - name : ' Checkout Repository'
2525 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626 - name : ' Dependency Review'
27- uses : actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8
27+ uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9
Original file line number Diff line number Diff line change 4242 with :
4343 fetch-depth : 0
4444 - name : Setup Go
45- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
45+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
4646 with :
4747 go-version : ${{ env.GO_VERSION }}
4848 - name : Run linter
Original file line number Diff line number Diff line change 2525 persist-credentials : false
2626
2727 - name : " Run analysis"
28- uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.0.3
28+ uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.0.3
2929 with :
3030 results_file : results.sarif
3131 results_format : sarif
4848
4949 # Upload the results to GitHub's code scanning dashboard.
5050 - name : " Upload to code-scanning"
51- uses : github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
51+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
5252 with :
5353 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments