Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Remove CodeQL workflow, update REUSE action

- Removed the entire CodeQL GitHub Action workflow, including its trigger events (push, pull requests on `main`, and scheduled), permissions (read for actions and contents, write for security events), the "Analyze" job (running on `ubuntu-latest`), strategy (fail-fast false, language matrix for "cpp"), and steps (checkout, CodeQL init, autobuild, and analysis).
- Updated the REUSE GitHub Action workflow by upgrading the checkout action from version 3 to version 4 in the compliance check job.
  • Loading branch information
ptahmose committed Jul 5, 2024
1 parent 997b098 commit dee33d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/codeql.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
REUSE:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1

0 comments on commit dee33d1

Please sign in to comment.