Skip to content

⬆️ action: Bump actions/checkout from 3.5.2 to 3.5.3 #179

⬆️ action: Bump actions/checkout from 3.5.2 to 3.5.3

⬆️ action: Bump actions/checkout from 3.5.2 to 3.5.3 #179

Workflow file for this run

name: codeql
on:
pull_request:
push:
branches-ignore:
- main
jobs:
codeql:
runs-on: ubuntu-latest
concurrency:
group: codeql-${{ github.ref }}
cancel-in-progress: true
permissions:
actions: read
contents: read
security-events: write
env:
CI: true
LGTM_INDEX_FILTERS: "exclude:dist/*"
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: github/codeql-action/init@81644f35ff20aa6b0e7b936f0e8716419ba7d295
with:
languages: go
- uses: github/codeql-action/autobuild@81644f35ff20aa6b0e7b936f0e8716419ba7d295
- uses: github/codeql-action/analyze@81644f35ff20aa6b0e7b936f0e8716419ba7d295