Skip to content

Commit

Permalink
Bump github/codeql-action from 3.27.1 to 3.27.4 in the github-actions…
Browse files Browse the repository at this point in the history
… group (#596)
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent c84c43c commit e4d5543
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@4f3212b61783c3c68e8309a0f18a699764811cda"
- uses: "github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f"
with:
sarif_file: "results.sarif"

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

steps:
- uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
- uses: "github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda"
- uses: "github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f"
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@4f3212b61783c3c68e8309a0f18a699764811cda"
- uses: "github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f"

0 comments on commit e4d5543

Please sign in to comment.