File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 steps :
3434 # Git Checkout
3535 - name : Checkout Code
36- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # pin@v4
36+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v4
3737 with :
3838 token : ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
3939 fetch-depth : 0
6060 - name : Create Pull Request with applied fixes
6161 id : cpr
6262 if : steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
63- uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # pin@v5
63+ uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # pin@v5
6464 with :
6565 token : ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
6666 commit-message : " [MegaLinter] Apply linters automatic fixes"
9393
9494 - name : Upload MegaLinter scan results to GitHub Security tab
9595 if : steps.sarif_file_exists.outputs.files_exists == 'true'
96- uses : github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # pin@v2
96+ uses : github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # pin@v2
9797 with :
9898 sarif_file : " megalinter-reports/megalinter-report.sarif"
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # pin@v3
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v3
2222
2323 - name : Build and Publish Image
2424 uses : wesley-dean/publish_container@5676fda51c61c691c429e7aac78c64e916e9be85 # pin@v1.0.13
You can’t perform that action at this time.
0 commit comments