Skip to content

Commit

Permalink
Bump github/codeql-action from 3.27.6 to 3.27.9 in the github-actions…
Browse files Browse the repository at this point in the history
… group (#613)
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent ead606d commit e1cf2c4
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@aa578102511db1f4524ed59b8cc2bae4f6e88195"
- uses: "github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae"
with:
sarif_file: "results.sarif"

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

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

0 comments on commit e1cf2c4

Please sign in to comment.