Skip to content

Commit

Permalink
Cleanup codeql config and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Dec 23, 2023
1 parent 932c83f commit 9907055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,10 @@ jobs:
fail-fast: false
matrix:
language: [ 'csharp' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@v4
with:
submodules: 'true'

Expand Down
2 changes: 1 addition & 1 deletion ServerStaging/ootdReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 4.2.3
* Update to .net 8
* Fixed issue with checking for updates
* Minor fixes, performance improvements and code moderination
* Minor fixes, performance improvements and code modernization

## 4.1.2

Expand Down

0 comments on commit 9907055

Please sign in to comment.