File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- id : setup-env
21
- uses : cisagov/setup-env-github-action@develop
21
+ uses : cisagov/setup-env-github-action@add-go-actions-for-go-skeleton
22
22
- uses : actions/checkout@v3
23
23
- id : setup-python
24
24
uses : actions/setup-python@v4
@@ -64,18 +64,18 @@ jobs:
64
64
${{ env.BASE_CACHE_KEY }}
65
65
- name : Setup curl cache
66
66
run : mkdir -p ${{ env.CURL_CACHE_DIR }}
67
- # Install go-critic, GoSec and staticcheck Go tools
67
+ # Install go-critic, GoSec and staticcheck Go tools
68
68
- name : Install go-critic
69
69
env :
70
70
PACKAGE_URL : github.com/go-critic/go-critic/cmd/gocritic
71
71
PACKAGE_VERSION : ${{ steps.setup-env.outputs.go-critic-version }}
72
72
run : go install ${PACKAGE_URL}@${PACKAGE_VERSION}
73
- - name : Install GoSec
73
+ - name : Install GoSec
74
74
env :
75
75
PACKAGE_URL : github.com/securego/gosec/v2/cmd/gosec
76
76
PACKAGE_VERSION : ${{ steps.setup-env.outputs.gosec-version }}
77
77
run : go install ${PACKAGE_URL}@${PACKAGE_VERSION}
78
- - name : Install staticcheck
78
+ - name : Install staticcheck
79
79
env :
80
80
PACKAGE_URL : dominikh/staticcheck-action
81
81
PACKAGE_VERSION : ${{ steps.setup-env.outputs.staticcheck-version }}
You can’t perform that action at this time.
0 commit comments