Skip to content

Add note about alternative shells to ADES100 explanation #800

Add note about alternative shells to ADES100 explanation

Add note about alternative shells to ADES100 explanation #800

Workflow file for this run

name: CodeQL
on:
pull_request: ~
push:
branches:
- main
permissions: read-all
jobs:
codeql:
name: ${{ matrix.what }}
runs-on: ubuntu-24.04
permissions:
security-events: write # To upload CodeQL results
strategy:
fail-fast: false
matrix:
what:
- actions
- go
steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false
- name: Install Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: go.mod
- name: Initialize CodeQL
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
with:
config-file: ./.github/codeql.yml
languages: ${{ matrix.what }}
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1