File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Label when approved
9- uses : pullreminders/label-when-approved-action@master
9+ uses : pullreminders/label-when-approved-action@09b41ee798957cb258b29e12f7619bf18d229109 # v1.0.7
1010 env :
1111 APPROVALS : " 1"
1212 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4444 npm run test:e2e
4545
4646 - name : Archive debug artifacts (screenshots, HTML snapshots)
47- uses : actions/upload-artifact@v3
47+ uses : actions/upload-artifact@v4
4848 if : always()
4949 with :
5050 name : failures-artifacts
Original file line number Diff line number Diff line change 5555 path : eslint_report.json
5656 - if : ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
5757 name : Annotate Code Linting Results
58- uses : ataylorme/eslint-annotate-action@1 .2.0
58+ uses : ataylorme/eslint-annotate-action@a1bf7cb320a18aa53cb848a267ce9b7417221526 # v1 .2.0
5959 with :
6060 repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
6161 report-json : ' eslint_report.json'
Original file line number Diff line number Diff line change 4242 restore-keys : |
4343 ${{ runner.os }}-composer-
4444 - name : Set up PHP
45- uses : shivammathur/setup-php@v2
45+ uses : shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.24.1
4646 with :
4747 php-version : ' 7.4'
4848 coverage : none
You can’t perform that action at this time.
0 commit comments