Skip to content

Commit

Permalink
Update staticcheck id
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodoom committed Jul 10, 2023
1 parent 15a747d commit 97a607e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ None
| gomock-version | The version of [GoMock](https://github.com/golang/mock) to use. |
| gosec-version | The version of [GoSec](https://github.com/securego/gosec) to use. |
| packer-version | The version of [Packer](https://packer.io) to use. |
| staticcheck-version | The version of [Staticcheck](https://github.com/dominikh/go-tools) to use. |
| go-staticcheck-version | The version of [Staticcheck](https://github.com/dominikh/go-tools) to use. |
| shfmt-version | The version of [shfmt](https://github.com/mvdan/sh#shfmt) to use. |
| terraform-version | The version of [Terraform](https://terraform.io) to use. |
| terraform-docs-version | The version of [terraform-docs](https://github.com/terraform-docs/terraform-docs) to use. |
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ outputs:
shfmt-version:
description: The version of shfmt to use.
value: ${{ steps.shfmt.outputs.version }}
staticcheck-version:
go-staticcheck-version:
description: The version of dominikh/go-tools to use.
value: ${{ steps.staticcheck.outputs.version }}
value: ${{ steps.go-staticcheck.outputs.version }}
terraform-version:
description: The version of Terraform to use.
value: ${{ steps.terraform.outputs.version }}
Expand Down Expand Up @@ -55,7 +55,7 @@ runs:
- id: shfmt
run: echo "version=v3.5.1" >> $GITHUB_OUTPUT
shell: bash
- id: staticcheck
- id: go-staticcheck
run: echo "version=v1.3.0" >> $GITHUB_OUTPUT
shell: bash
- id: terraform
Expand Down

0 comments on commit 97a607e

Please sign in to comment.