Skip to content

Commit

Permalink
workflows/codeql - Reorder steps to cache dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Jan 24, 2025
1 parent d6d80bb commit 0371b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- javascript

steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
with:
go-version: "1.23"
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Initialize
# Unpinned action version so that we automatically get analyzer updates.
Expand Down

0 comments on commit 0371b3b

Please sign in to comment.