Skip to content

Commit

Permalink
fix: codeql-analysis caching (#15009)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt authored Oct 30, 2024
1 parent 41c84fe commit 4d14533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:

- name: Set up Go
if: ${{ matrix.language == 'go' }}
uses: actions/setup-go@v5.0.2
uses: ./.github/actions/setup-go
with:
go-version-file: 'go.mod'
only-modules: 'true'

- name: Touching core/web/assets/index.html
if: ${{ matrix.language == 'go' }}
Expand Down

0 comments on commit 4d14533

Please sign in to comment.