Skip to content

Bump golang from 1.22.1-alpine3.19 to 1.23.2-alpine3.19 #847

Bump golang from 1.22.1-alpine3.19 to 1.23.2-alpine3.19

Bump golang from 1.22.1-alpine3.19 to 1.23.2-alpine3.19 #847

---
name: CodeQL
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3