Skip to content

Commit ddbf6f7

Browse files
committed
Temporarily use a different branch of cisagov/setup-env-github-action
This is being done for testing purposes, and this commit can be reverted (or removed) once cisagov/setup-env-github-action#65 is merged.
1 parent fd04757 commit ddbf6f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- id: setup-env
21-
uses: cisagov/setup-env-github-action@develop
21+
uses: cisagov/setup-env-github-action@add-go-actions-for-go-skeleton
2222
- uses: actions/checkout@v3
2323
- id: setup-python
2424
uses: actions/setup-python@v4
@@ -64,18 +64,18 @@ jobs:
6464
${{ env.BASE_CACHE_KEY }}
6565
- name: Setup curl cache
6666
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
6868
- name: Install go-critic
6969
env:
7070
PACKAGE_URL: github.com/go-critic/go-critic/cmd/gocritic
7171
PACKAGE_VERSION: ${{ steps.setup-env.outputs.go-critic-version }}
7272
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
73-
- name: Install GoSec
73+
- name: Install GoSec
7474
env:
7575
PACKAGE_URL: github.com/securego/gosec/v2/cmd/gosec
7676
PACKAGE_VERSION: ${{ steps.setup-env.outputs.gosec-version }}
7777
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
78-
- name: Install staticcheck
78+
- name: Install staticcheck
7979
env:
8080
PACKAGE_URL: dominikh/staticcheck-action
8181
PACKAGE_VERSION: ${{ steps.setup-env.outputs.staticcheck-version }}

0 commit comments

Comments
 (0)