File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 if : ' !github.event.deleted'
1010 runs-on : ubuntu-24.04
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Docker build
1414 run : docker build --tag github-security-jira:latest .
1515 - name : Run in Docker
Original file line number Diff line number Diff line change 1717 name : Actionlint
1818 runs-on : ubuntu-24.04
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : reviewdog/action-actionlint@v1
Original file line number Diff line number Diff line change 1111 outputs :
1212 matrix : ${{ steps.versions.outputs.matrix }}
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : antfroger/php-version-action@v1
1616 id : versions
1717
2323 matrix :
2424 php-version : ${{ fromJSON(needs.php-versions.outputs.matrix) }}
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - name : Setup PHP, with composer and extensions
2828 uses : shivammathur/setup-php@master
2929 with :
4949 matrix :
5050 php-version : ${{ fromJSON(needs.php-versions.outputs.matrix) }}
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 - name : Setup PHP, with composer and extensions
5454 uses : shivammathur/setup-php@master
5555 with :
Original file line number Diff line number Diff line change 1717 name : Yamllint
1818 runs-on : ubuntu-24.04
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Run Yamllint
2222 uses : frenck/action-yamllint@v1.5.0
2323 with :
You can’t perform that action at this time.
0 commit comments