Skip to content

build(deps): bump docker/login-action from 2 to 3 (#123) #66

build(deps): bump docker/login-action from 2 to 3 (#123)

build(deps): bump docker/login-action from 2 to 3 (#123) #66

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: "24 10 * * 5"
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: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2