Skip to content

Commit

Permalink
Bump github/codeql-action from 3.27.1 to 3.27.3 (#225)
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.1 to 3.27.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@4f3212b...396bb3e)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent f7b7048 commit 4a02854
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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@4f3212b61783c3c68e8309a0f18a699764811cda
uses: github/codeql-action/upload-sarif@396bb3e45325a47dd9ef434068033c6d5bb0d11a
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@4f3212b61783c3c68e8309a0f18a699764811cda
uses: github/codeql-action/upload-sarif@396bb3e45325a47dd9ef434068033c6d5bb0d11a
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@4f3212b61783c3c68e8309a0f18a699764811cda
uses: github/codeql-action/init@396bb3e45325a47dd9ef434068033c6d5bb0d11a
with:
languages: javascript
packs: codeql/[email protected]
queries: security-and-quality, security-experimental
- name: Scan
uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda
uses: github/codeql-action/analyze@396bb3e45325a47dd9ef434068033c6d5bb0d11a

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@4f3212b61783c3c68e8309a0f18a699764811cda
uses: github/codeql-action/upload-sarif@396bb3e45325a47dd9ef434068033c6d5bb0d11a
with:
category: Snyk (JS)
sarif_file: snyk-js.sarif
Expand Down

0 comments on commit 4a02854

Please sign in to comment.