File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 steps :
2525 # Checkout the repository to the GitHub Actions runner
2626 - name : Checkout code
27- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
27+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828
2929 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
3030 - name : Run Codacy Analysis CLI
Original file line number Diff line number Diff line change 88 deploy :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
11+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1212 with :
1313 fetch-depth : 0
1414
Original file line number Diff line number Diff line change 99 fix-migrations :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
12+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313 with :
1414 fetch-depth : 0
1515 persist-credentials : false
You can’t perform that action at this time.
0 commit comments