Skip to content

Commit 382ecff

Browse files
authored
chore(deps): Fix goreleaser to use pinned version (#2148)
* chore(deps): Fix goreleaser to use pinned version * fix typos
1 parent c221b67 commit 382ecff

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: .github/workflows/gh_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Release
4343
uses: goreleaser/goreleaser-action@v4
4444
with:
45-
version: latest
46-
args: release --rm-dist -f .goreleaser_github.yml
45+
version: v1.25.1
46+
args: release --clean -f .goreleaser_github.yml
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Release
4242
uses: goreleaser/goreleaser-action@v4
4343
with:
44-
version: latest
45-
args: release --rm-dist
44+
version: v1.25.1
45+
args: release --clean
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

Diff for: docs/checks/aws/cloudtrail/enable-all-regions/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Cloudtrail should be enabled in all regions regardless of where your AWS
88

99
### Explanation
1010

11-
When creating Cloudtrail in the AWS Management Console the trail is configured by default to be multi-region, this isn't the case with the Terraform resource. Cloudtrail should cover the full AWS account to ensure you can track changes in regions you are not actively operting in.
11+
When creating Cloudtrail in the AWS Management Console the trail is configured by default to be multi-region, this isn't the case with the Terraform resource. Cloudtrail should cover the full AWS account to ensure you can track changes in regions you are not actively operating in.
1212

1313
### Possible Impact
1414
Activity could be happening in your account in a different region

Diff for: docs/checks/aws/redshift/use-vpc/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Redshift cluster should be deployed into a specific VPC
88

99
### Explanation
1010

11-
Redshift clusters that are created without subnet details will be created in EC2 classic mode, meaning that they will be outside of a known VPC and running in tennant.
11+
Redshift clusters that are created without subnet details will be created in EC2 classic mode, meaning that they will be outside of a known VPC and running in tenant.
1212

1313
In order to benefit from the additional security features achieved with using an owned VPC, the subnet should be set.
1414

0 commit comments

Comments
 (0)