From 56736c7e19a28d297c49023f792f79d75b32071e Mon Sep 17 00:00:00 2001 From: webpwnized Date: Mon, 23 Sep 2024 18:39:51 -0400 Subject: [PATCH] 2.11.17 Updating Actions --- .github/workflows/scan-with-codeql.yml | 6 +++--- .github/workflows/scan-with-owasp-dependency-check.yml | 2 +- .github/workflows/scan-with-snyk-code.yml | 2 +- src/includes/constants.php | 2 +- version | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/scan-with-codeql.yml b/.github/workflows/scan-with-codeql.yml index 2cebc709..fcfd4eab 100644 --- a/.github/workflows/scan-with-codeql.yml +++ b/.github/workflows/scan-with-codeql.yml @@ -27,18 +27,18 @@ jobs: # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@main # Action to check out the code from the repository # This step fetches the codebase from the GitHub repository - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@main with: languages: javascript # Action to initialize the CodeQL environment - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@main with: # Specify a category to distinguish between multiple analyses # for the same tool and ref. If you don't use `category` in your workflow, diff --git a/.github/workflows/scan-with-owasp-dependency-check.yml b/.github/workflows/scan-with-owasp-dependency-check.yml index 783e27c3..06b6ddf4 100644 --- a/.github/workflows/scan-with-owasp-dependency-check.yml +++ b/.github/workflows/scan-with-owasp-dependency-check.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@main # Step: Checkout code # Action to check out the code from the repository # This step fetches the codebase from the GitHub repository diff --git a/.github/workflows/scan-with-snyk-code.yml b/.github/workflows/scan-with-snyk-code.yml index 8f442e3f..71986479 100644 --- a/.github/workflows/scan-with-snyk-code.yml +++ b/.github/workflows/scan-with-snyk-code.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@main # Action to check out the code from the repository # This step fetches the codebase from your GitHub repository diff --git a/src/includes/constants.php b/src/includes/constants.php index 01fa4f66..d3313116 100755 --- a/src/includes/constants.php +++ b/src/includes/constants.php @@ -2,7 +2,7 @@ /* ------------------------------------------ * @VERSION * ------------------------------------------*/ - $C_VERSION = "2.11.16"; + $C_VERSION = "2.11.17"; $C_VERSION_STRING = "Version: " . $C_VERSION; $C_MAX_HINT_LEVEL = 1; diff --git a/version b/version index b9ff5a2d..2b908d54 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.11.16 +2.11.17