Skip to content

fix(docker): bump tzdata Alpine pin from 2026a-r0 to 2026b-r0 #113

fix(docker): bump tzdata Alpine pin from 2026a-r0 to 2026b-r0

fix(docker): bump tzdata Alpine pin from 2026a-r0 to 2026b-r0 #113

Workflow file for this run

name: CodeQL
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
schedule:
- cron: "0 6 * * 1"
permissions:
security-events: write
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: go
build-mode: autobuild
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4
with:
category: /language:go