-
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1118 from OWASP/dependabot/github_actions/dot-git…
…hub/workflows/github/codeql-action-3.27.0 Bump github/codeql-action from 3.26.6 to 3.27.0 in /.github/workflows
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,7 +135,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v3.26.6 | ||
uses: github/codeql-action/init@v3.27.0 | ||
with: | ||
languages: 'javascript' | ||
config-file: ./.github/codeql/codeql-config.yml | ||
|
@@ -144,10 +144,10 @@ jobs: | |
# Prefix the list here with "+" to use these queries and those in the config file. | ||
|
||
- name: CodeQL autobuild | ||
uses: github/codeql-action/autobuild@v3.26.6 | ||
uses: github/codeql-action/autobuild@v3.27.0 | ||
|
||
- name: Perform vulnerability analysis | ||
uses: github/codeql-action/analyze@v3.26.6 | ||
uses: github/codeql-action/analyze@v3.27.0 | ||
|
||
e2e_smokes: | ||
name: Local site e2e smokes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,7 +143,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v3.26.6 | ||
uses: github/codeql-action/init@v3.27.0 | ||
with: | ||
languages: 'javascript' | ||
config-file: ./.github/codeql/codeql-config.yml | ||
|
@@ -152,10 +152,10 @@ jobs: | |
# Prefix the list here with "+" to use these queries and those in the config file. | ||
|
||
- name: CodeQL autobuild | ||
uses: github/codeql-action/autobuild@v3.26.6 | ||
uses: github/codeql-action/autobuild@v3.27.0 | ||
|
||
- name: Perform vulnerability analysis | ||
uses: github/codeql-action/analyze@v3.26.6 | ||
uses: github/codeql-action/analyze@v3.27.0 | ||
|
||
build_docker_image: | ||
name: Build latest docker | ||
|
@@ -453,7 +453,7 @@ jobs: | |
output: 'trivy-results.sarif' | ||
|
||
- name: Upload scan results to GitHub Security tab | ||
uses: github/codeql-action/upload-sarif@v3.26.6 | ||
uses: github/codeql-action/upload-sarif@v3.27.0 | ||
with: | ||
sarif_file: 'trivy-results.sarif' | ||
|
||
|