Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stc committed Sep 18, 2023
1 parent 10ad32c commit d0de48e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- '/*.md'
workflow_call:

name: Build and test
name: CodeQL analysis
jobs:
codql-build:
permissions:
Expand All @@ -37,16 +37,9 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.21.x
cache: true
id: go

- name: Cache Go modules packages
uses: actions/[email protected]
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit d0de48e

Please sign in to comment.