Skip to content

Commit

Permalink
Bump github/codeql-action from 3.27.4 to 3.27.5 in the github-actions…
Browse files Browse the repository at this point in the history
… group (#598)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Tedman <dbtedman@gmail.com>
  • Loading branch information
dependabot[bot] and dbtedman authored Dec 7, 2024
1 parent e60312a commit 0b0cf70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f"
- uses: "github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88"
with:
sarif_file: "results.sarif"

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

steps:
- uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
- uses: "github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f"
- uses: "github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88"
with:
languages: "typescript"
- uses: "pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2"
Expand All @@ -62,4 +62,4 @@ jobs:
node-version-file: ".nvmrc"
cache: "pnpm"
- run: "make install"
- uses: "github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f"
- uses: "github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88"

0 comments on commit 0b0cf70

Please sign in to comment.