File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout plugin
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Setup PHP
1919 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313
1414 steps :
1515 - name : Checkout Moodle
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 with :
1818 repository : moodle/moodle
1919 ref : MOODLE_405_STABLE
2020
2121 - name : Checkout plugin into Moodle
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323 with :
2424 path : local/githubsync
2525
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323
2424 - name : Run Semgrep OWASP Top 10 + Custom Moodle Rules
2525 run : |
You can’t perform that action at this time.
0 commit comments