Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/sesv2 from 1.41.4 to 1.41.5 #612

Bump github.com/aws/aws-sdk-go-v2/service/sesv2 from 1.41.4 to 1.41.5

Bump github.com/aws/aws-sdk-go-v2/service/sesv2 from 1.41.4 to 1.41.5 #612

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarqube:
name: SonarQube
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Check out source code
uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Unit Tests
env:
GOPROXY: "https://proxy.golang.org"
run: make test
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}