summaryrefslogtreecommitdiffstats
path: root/.github/workflows/phpunit-oci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/phpunit-oci.yml')
-rw-r--r--.github/workflows/phpunit-oci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml
index f801cf5b3..996c7a536 100644
--- a/.github/workflows/phpunit-oci.yml
+++ b/.github/workflows/phpunit-oci.yml
@@ -25,7 +25,7 @@ jobs:
server-max: ${{ steps.versions.outputs.branches-max-list }}
steps:
- name: Checkout app
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Get version matrix
id: versions
@@ -56,7 +56,7 @@ jobs:
- 'composer.lock'
phpunit-oci:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
needs: [changes, matrix]
if: needs.changes.outputs.src != 'false'
@@ -96,14 +96,14 @@ jobs:
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
- name: Checkout server
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
- name: Checkout app
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
path: apps/${{ env.APP_NAME }}