Skip to content

Bump github.com/gruntwork-io/terratest from 0.47.1 to 0.47.2 #355

Bump github.com/gruntwork-io/terratest from 0.47.1 to 0.47.2

Bump github.com/gruntwork-io/terratest from 0.47.1 to 0.47.2 #355

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
types: [ 'opened', 'synchronize' ]
jobs:
test:
name: Lint
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: 'go.mod'
- name: Run Gosec Security Scanner
uses: securego/gosec@abfe8cfd6d5687c96abf31f8e7f57982df2a6e4f # v2.21.2
with:
args: -tests ./...
- name: Initialize CodeQL
uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 #v2.22.5
- name: Autobuild
uses: github/codeql-action/autobuild@74483a38d39275f33fcff5f35b679b5ca4a26a99 #v2.22.5
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 #v2.22.5
- name: golangci-lint
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v3.7.1
with:
version: v1.59.1
args: --timeout 1h