Skip to content

Bump github.com/redis/go-redis/v9 from 9.6.1 to 9.6.2 #162

Bump github.com/redis/go-redis/v9 from 9.6.1 to 9.6.2

Bump github.com/redis/go-redis/v9 from 9.6.1 to 9.6.2 #162

Workflow file for this run

name: CodeQL
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '30 06 * * 6'
env:
GO_VERSION: 1.23.2
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
build-mode: manual
- name: Build
run: make cmd/rdsync/rdsync
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:go"