Skip to content

Commit

Permalink
2.11.17 Updating Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Sep 23, 2024
1 parent 3871dfe commit 56736c7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scan-with-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-with-owasp-dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-with-snyk-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/includes/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.16
2.11.17

0 comments on commit 56736c7

Please sign in to comment.