Skip to content

Commit

Permalink
Bump github/codeql-action from 2.22.8 to 2.22.9
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.8 to 2.22.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@407ffaf...c0d1daa)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dbtedman committed Dec 12, 2023
1 parent d49023d commit 10b8878
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: "SARIF file"
path: "results.sarif"
retention-days: 5
- uses: "github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75"
- uses: "github/codeql-action/upload-sarif@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2"
with:
sarif_file: "results.sarif"

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- run: "snyk test --all-projects --detection-depth=1 --sarif-file-output=snyk.sarif"
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- uses: "github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75"
- uses: "github/codeql-action/upload-sarif@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2"
with:
sarif_file: "snyk.sarif"

Expand All @@ -89,7 +89,7 @@ jobs:

steps:
- uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11"
- uses: "github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75"
- uses: "github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2"
with:
languages: "typescript"
- uses: "pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598"
Expand All @@ -100,4 +100,4 @@ jobs:
node-version-file: ".nvmrc"
cache: "pnpm"
- run: "make install"
- uses: "github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75"
- uses: "github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2"

0 comments on commit 10b8878

Please sign in to comment.