File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
27+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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 1212 deploy :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
15+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
12+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1313 with :
1414 fetch-depth : 0
1515
Original file line number Diff line number Diff line change 99 fix-migrations :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
12+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1313 with :
1414 fetch-depth : 0
1515 persist-credentials : false
Original file line number Diff line number Diff line change 3737 python-version : 3.7
3838
3939 steps :
40- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
40+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4141
4242 - name : Set up Python ${{ matrix.python-version }}
4343 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1313 sync-doc-assets :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
16+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1717 with :
1818 fetch-depth : 0
1919
You can’t perform that action at this time.
0 commit comments