2121 matrix : ${{ steps.versions.outputs.sparse-matrix }}
2222 steps :
2323 - name : Checkout app
24- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
24+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2525
2626 - name : Get version matrix
2727 id : versions
3636 src : ${{ steps.changes.outputs.src}}
3737
3838 steps :
39- - uses : dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # v3.0.1
39+ - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
4040 id : changes
4141 continue-on-error : true
4242 with :
7171 - 4444:3306/tcp
7272 env :
7373 MYSQL_ROOT_PASSWORD : rootpassword
74- options : --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
74+ options : --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 10
7575
7676 steps :
7777 - name : Set app env
@@ -80,14 +80,14 @@ jobs:
8080 echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
8181
8282 - name : Checkout server
83- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
83+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8484 with :
8585 submodules : true
8686 repository : nextcloud/server
8787 ref : ${{ matrix.server-versions }}
8888
8989 - name : Checkout app
90- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
90+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
9191 with :
9292 path : apps/${{ env.APP_NAME }}
9393
@@ -109,7 +109,7 @@ jobs:
109109
110110 - name : Check composer file existence
111111 id : check_composer
112- uses : andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
112+ uses : andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
113113 with :
114114 files : apps/${{ env.APP_NAME }}/composer.json
115115
0 commit comments