Skip to content

Commit

Permalink
Bump the github-actions group with 3 updates (#618)
Browse files Browse the repository at this point in the history
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 Jan 16, 2025
1 parent 8efee2d commit 585ef96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
- name: "Use Deno ${{ matrix.deno-version }}"
uses: "denoland/setup-deno@4606d5cc6fb3f673efd4f594850e3f4b3e9d29cd"
uses: "denoland/setup-deno@909cc5acb0fdd60627fb858598759246509fa755"
with: { deno-version: "v${{ matrix.deno-version }}" }
- run: "deno install"
- run: "deno task lint"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
results_file: "results.sarif"
results_format: "sarif"
publish_results: true
- uses: "actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b"
- uses: "actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08"
with:
name: "SARIF file"
path: "results.sarif"
retention-days: 5
- uses: "github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169"
- uses: "github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c"
with:
sarif_file: "results.sarif"

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

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

0 comments on commit 585ef96

Please sign in to comment.