Skip to content

Bump golang.org/x/image from 0.38.0 to 0.41.0 in the go_modules group across 1 directory #2111

Bump golang.org/x/image from 0.38.0 to 0.41.0 in the go_modules group across 1 directory

Bump golang.org/x/image from 0.38.0 to 0.41.0 in the go_modules group across 1 directory #2111

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '0 6 * * 3'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
language: ['go']
steps:
- name: Checkout repository
uses: actions/checkout@v7
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4