Skip to content

Bump github.com/zalando/go-keyring from 0.2.7 to 0.2.8 in the go-dependencies group #95

Bump github.com/zalando/go-keyring from 0.2.7 to 0.2.8 in the go-dependencies group

Bump github.com/zalando/go-keyring from 0.2.7 to 0.2.8 in the go-dependencies group #95

Workflow file for this run

name: Security
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
schedule:
- cron: '0 6 * * 1' # Weekly on Monday at 6am UTC
permissions:
security-events: write
contents: read
jobs:
codeql:
name: CodeQL Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: go
- name: Build
run: go build ./...
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4