From 2fcf32f70a79af2063c1f4b4d31c0aaf541f9aa1 Mon Sep 17 00:00:00 2001 From: Santiago Lizardo Date: Sat, 3 Feb 2024 22:17:48 +0000 Subject: [PATCH] Upgrade upload serif action to 3 --- .github/workflows/php.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 9fe046f..057f846 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -53,6 +53,6 @@ jobs: run: make code-analysis - name: Upload Security Analysis results to GitHub - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: results.sarif diff --git a/README.md b/README.md index d32b64e..160e85e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ## Requirements -* PHP8.1 +* [PHP8.2](https://www.php.net/releases/8.2/en.php) * Composer ## Usage