diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5ace4600a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index ecbf50b50..9693261dc 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -33,7 +33,7 @@ jobs: MYSQL_ROOT_PASSWORD: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Create MongoDB Replica Set run: | docker run --name mongodb -p 27017:27017 -e MONGO_INITDB_DATABASE=unittest --detach mongo:${{ matrix.mongodb }} mongod --replSet rs --setParameter transactionLifetimeLimitSeconds=5 diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 45daae584..e75ca3c53 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -17,7 +17,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" - name: Setup cache environment id: extcache diff --git a/.gitignore b/.gitignore index 3dd9edec0..d69c89d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ *.sublime-workspace .DS_Store .idea/ -.phpunit.result.cache +.phpunit.cache/ .phpcs-cache /vendor composer.lock