Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.28.0 to 1.29.2 #97

Bump github.com/aws/aws-sdk-go-v2/config from 1.28.0 to 1.29.2

Bump github.com/aws/aws-sdk-go-v2/config from 1.28.0 to 1.29.2 #97

Workflow file for this run

name: ghalint
permissions:
contents: read
pull-requests: read
checks: write
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ghalint:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.28.0
- name: ghalint
run: ghalint run
env:
GHALINT_LOG_COLOR: always