Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github/codeql-action from 3.27.5 to 3.28.0 #247

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
path: snyk-docker.sarif
- name: Upload SARIF to dashboard
if: "!github.event.repository.private"
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169
with:
category: Snyk (Docker)
sarif_file: snyk-docker.sarif
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: scorecard.sarif
- name: Upload SARIF to dashboard
if: "!github.event.repository.private"
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169
with:
sarif_file: scorecard.sarif
category: Scorecard
Expand Down Expand Up @@ -121,13 +121,13 @@ jobs:
persist-credentials: false
show-progress: false
- name: Init
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169
with:
languages: javascript
packs: codeql/[email protected]
queries: security-and-quality, security-experimental
- name: Scan
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169

run-snyk:
name: Run Snyk?
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
path: snyk-js.sarif
- name: Upload SARIF to dashboard
if: "!github.event.repository.private"
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169
with:
category: Snyk (JS)
sarif_file: snyk-js.sarif
Expand Down