Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.6 to 1.28.7 #29

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.6 to 1.28.7

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.6 to 1.28.7 #29

Workflow file for this run

name: ci
on:
push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
branches:
- 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
extension-ci:
uses: steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main
with:
go_version: '1.23'
build_linux_packages: false
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
PAT_TOKEN_GORELEASER: ${{ secrets.PAT_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}