Skip to content

Commit

Permalink
fix(ci): update codeql flow
Browse files Browse the repository at this point in the history
nijel committed Jan 27, 2025
1 parent 554c36e commit 48ae668
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# This file is maintained in https://github.com/WeblateOrg/meta/
# Copyright © Michal Čihař <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later

name: CodeQL

on:
@@ -12,8 +15,15 @@ on:
schedule:
- cron: 0 4 * * 0

permissions:
contents: read

jobs:
analyze:
permissions:
actions: read # for github/codeql-action/init to get workflow details
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/autobuild to send a status report
name: Analyze
runs-on: ubuntu-24.04
steps:
@@ -22,8 +32,6 @@ jobs:

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v3

0 comments on commit 48ae668

Please sign in to comment.