diff options
Diffstat (limited to '.github/workflows/phpunit-sqlite.yml')
-rw-r--r-- | .github/workflows/phpunit-sqlite.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index a572dd1593b..4c5c3dbf28e 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -71,7 +71,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: true @@ -105,7 +105,7 @@ jobs: - name: Upload db code coverage if: ${{ !cancelled() && matrix.coverage }} - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: files: ./clover.db.xml flags: phpunit-sqlite |