File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 timeout-minutes : 5
1616 steps :
1717 - name : Check if PRs have merge conflicts
18- uses : eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3
18+ uses : eps1lon/actions-label-merge-conflict@0273be72a0bbd58fcd71d0d6c02c209b50d1e5e1 # v3.1.0
1919 with :
2020 dirtyLabel : " conflicts"
2121 repoToken : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 timeout-minutes : 5
2121 steps :
22- - uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
22+ - uses : actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
2323 if : ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
2424 - run : echo "Done adding labels"
2525 # Run this after labeler applied labels
Original file line number Diff line number Diff line change 3535 # To allow latest-changes to commit to the main branch
3636 token : ${{ secrets.LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
3737 persist-credentials : true # required by tiangolo/latest-changes
38- - uses : tiangolo/latest-changes@c9d329cb147f0ddf4fb631214e3f838ff17ccbbd # 0.4.1
38+ - uses : tiangolo/latest-changes@eb3f6e7ff0073896ecb561e774a121de9418fa06 # 0.5.0
3939 with :
4040 token : ${{ secrets.GITHUB_TOKEN }}
4141 latest_changes_file : ./release-notes.md
Original file line number Diff line number Diff line change 6262 with :
6363 python-version : ' 3.10'
6464 - name : Setup tmate session
65- uses : mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
65+ uses : mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113 # v3.24
6666 if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
6767 with :
6868 limit-access-to-actor : true
8484 - run : docker compose down -v --remove-orphans
8585 - name : Upload blob report to GitHub Actions Artifacts
8686 if : ${{ !cancelled() }}
87- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
87+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8888 with :
8989 name : blob-report-${{ matrix.shardIndex }}
9090 path : frontend/blob-report
@@ -118,7 +118,7 @@ jobs:
118118 run : bunx playwright merge-reports --reporter html ./all-blob-reports
119119 working-directory : frontend
120120 - name : Upload HTML report
121- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
121+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
122122 with :
123123 name : html-report--attempt-${{ github.run_attempt }}
124124 path : frontend/playwright-report
Original file line number Diff line number Diff line change 4040 working-directory : backend
4141 - run : docker compose down -v --remove-orphans
4242 - name : Store coverage files
43- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
43+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4444 with :
4545 name : coverage-html
4646 path : backend/htmlcov
Original file line number Diff line number Diff line change 2121 with :
2222 persist-credentials : false
2323 - name : Run zizmor
24- uses : zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
24+ uses : zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
You can’t perform that action at this time.
0 commit comments