Skip to content

chore(deps): bump tj-actions/changed-files from 37 to 38 #387

chore(deps): bump tj-actions/changed-files from 37 to 38

chore(deps): bump tj-actions/changed-files from 37 to 38 #387

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '25 9 * * 4'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2