Skip to content

Commit

Permalink
CodeQL status badge (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicperdana authored Jun 5, 2024
1 parent 1932c3a commit a8204c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- '**.md'

permissions:
id-token: write
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ jobs:
- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo 'Manual Build'
sudo apt-get update -y
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
curl -fsSL https://aka.ms/install-azd.sh | bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: ".NET Aspire Shop and Semantic Kernel sample"
urlFragment: "AspireShopWithSK"
description: "An example shop app with assistant written with .NET Aspire and Semantic Kernel"
---
![Build status](https://github.com/vicperdana/AspireShopWithSemanticKernel/actions/workflows/build.yaml/badge.svg?branch=main)
![Build status](https://github.com/vicperdana/AspireShopWithSemanticKernel/actions/workflows/build.yaml/badge.svg?branch=main) [![CodeQL](https://github.com/vicperdana/AspireShopWithSemanticKernel/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/vicperdana/AspireShopWithSemanticKernel/actions/workflows/codeql.yml)
# 🤖 Aspire Shop with Semantic Kernel 🔋

![Screenshot of the web front end the .NET Aspire Shop sample](./images/aspireshop-frontend-complete.png)
Expand Down

0 comments on commit a8204c4

Please sign in to comment.