File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 conventional_commit :
1212 runs-on : [ubuntu-latest]
1313 steps :
14- - uses : Namchee/conventional-pr@b31518c34a4243c21484e3187abbbee4a44d0ec4 # v0.15.4
14+ - uses : Namchee/conventional-pr@497c801eb96ea7484971691e76f254886e3e1f32 # v0.15.5
1515 with :
1616 access_token : ${{ secrets.GITHUB_TOKEN }}
1717 body : false
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
2626 with :
2727 fetch-depth : 0
2828 persist-credentials : false
29- - uses : oxsecurity/megalinter/flavors/c_cpp@b38cdf1f0cbe056fad4112cb7cd99c2b574c9617 # v8.1 .0
29+ - uses : oxsecurity/megalinter/flavors/c_cpp@1fc052d03c7a43c78fe0fee19c9d648b749e0c01 # v8.3 .0
3030 env :
3131 APPLY_FIXES : all
3232 VALIDATE_ALL_CODEBASE : true
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3434 - run : git diff
35- - uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
35+ - uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
3636 if : ${{ success() || failure() }}
3737 with :
3838 sarif_file : megalinter-reports/megalinter-report.sarif
Original file line number Diff line number Diff line change 3131 results_format : sarif
3232 repo_token : ${{ secrets.SCORECARD_READ_TOKEN }}
3333 publish_results : true
34- - uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
34+ - uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
3535 with :
3636 sarif_file : scorecards.sarif
Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ jobs:
7474 - uses : hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
7575 with :
7676 key : ${{ github.job }}
77- - uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
77+ - uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
7878 with :
7979 languages : cpp
8080 - uses : lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
8181 with :
8282 configurePreset : " Host"
8383 buildPreset : " Host-Debug"
8484 configurePresetAdditionalArgs : " ['-DCMAKE_C_COMPILER_LAUNCHER=ccache', '-DCMAKE_CXX_COMPILER_LAUNCHER=ccache']"
85- - uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
85+ - uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
You can’t perform that action at this time.
0 commit comments