Skip to content

fix: Added service target group ARNs as outputs for HAS and Swarm #603

fix: Added service target group ARNs as outputs for HAS and Swarm

fix: Added service target group ARNs as outputs for HAS and Swarm #603

Workflow file for this run

name: "CodeQL"
on:
workflow_call:
push:
branches: main
pull_request:
branches: main
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3