Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Bump codecov/codecov-action from 4.4.1 to 4.5.0 #178

Bump codecov/codecov-action from 4.4.1 to 4.5.0

Bump codecov/codecov-action from 4.4.1 to 4.5.0 #178

Workflow file for this run

name: CodeQL security
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
workflow_dispatch:
schedule:
- cron: '11 0 * * 5'
jobs:
analyze:
if: ${{!github.event.repository.private}}
name: Analyze code
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'go' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3