Skip to content

Commit

Permalink
Merge pull request #246 from aws-solutions/patch-rel-v1.1.1
Browse files Browse the repository at this point in the history
Release v1.1.1
  • Loading branch information
JimTharioAmazon authored Apr 18, 2023
2 parents 784d105 + f5055d5 commit 7d87ec1
Show file tree
Hide file tree
Showing 20 changed files with 270 additions and 890 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

name: "CodeQL"

on: [push, pull_request]

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'python' ]

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

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"
61 changes: 0 additions & 61 deletions .github/workflows/notify-workflow.yml

This file was deleted.

151 changes: 0 additions & 151 deletions .github/workflows/post-pipeline-workflow.yml

This file was deleted.

Loading

0 comments on commit 7d87ec1

Please sign in to comment.