Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ecr from 1.35.0 to 1.36.0 in the aws group #239

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ecr from 1.35.0 to 1.36.0 in the aws group

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ecr from 1.35.0 to 1.36.0 in the aws group #239

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '16 13 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
build-mode: manual
- name: Build
run: go build -v ./...
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: '/language:go'