Skip to content

Commit

Permalink
Merge branch 'openstack-k8s-operators:main' into remove-extra-newline…
Browse files Browse the repository at this point in the history
…s-from-confs
  • Loading branch information
auniyal61 authored Sep 13, 2024
2 parents 6043e80 + bdcfe88 commit a5120b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,21 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'go' ]
language:
- language: go
build-mode: autobuild

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# lib-common
[![CodeQL](https://github.com/openstack-k8s-operators/lib-common/actions/workflows/codeql.yml/badge.svg)](https://github.com/openstack-k8s-operators/lib-common/actions/workflows/codeql.yml)

Common library for OpenStack K8s Operators.

Expand Down

0 comments on commit a5120b6

Please sign in to comment.