File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : " Checkout code"
24- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
24+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2525 with :
2626 persist-credentials : false
2727
4949
5050 # Upload the results to GitHub's code scanning dashboard.
5151 - name : " Upload to code-scanning"
52- uses : github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93
52+ uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13
5353 with :
5454 sarif_file : results.sarif
Original file line number Diff line number Diff line change 6868 - name : Configure git
6969 if : runner.os == 'Windows'
7070 run : git config --global core.autocrlf input
71- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
71+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
7272 - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
7373 with :
7474 sdk : ${{ matrix.sdk }}
You can’t perform that action at this time.
0 commit comments