Addressing code review comments
This commit is contained in:
parent
f7082eda68
commit
dbd23ed612
3 changed files with 8 additions and 11 deletions
13
.github/workflows/code_scanner.yml
vendored
13
.github/workflows/code_scanner.yml
vendored
|
|
@ -7,14 +7,11 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
GO_VERSION: 1.22.0
|
||||
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
# Optional: allow read access to pull request. Use with `only-new-issues` option.
|
||||
# pull-requests: read
|
||||
|
||||
env:
|
||||
go_version: "1.22.8"
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
@ -25,7 +22,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.22.0
|
||||
go-version: ${{ env.go_version }}
|
||||
cache: true
|
||||
- name: Setup Tools
|
||||
run: |
|
||||
|
|
@ -39,7 +36,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.22.0
|
||||
go-version: ${{ env.go_version }}
|
||||
cache: true
|
||||
- name: Setup Tools
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue