Skip to content

Change the team name in the Dockerfile (#208) #649

Change the team name in the Dockerfile (#208)

Change the team name in the Dockerfile (#208) #649

name: "Code Scanning - Action"
on:
schedule:
- cron: '30 3 * * 0'
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Initialize CodeQL
uses: github/codeql-action/init@f31a31c052207cc13b328d6295c5b728bb49568c # codeql-bundle-20230428
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@f31a31c052207cc13b328d6295c5b728bb49568c # codeql-bundle-20230428
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f31a31c052207cc13b328d6295c5b728bb49568c # codeql-bundle-20230428