Skip to content

Commit

Permalink
Merge branch 'master' into jwi-valueidentattribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen authored Jan 15, 2024
2 parents 05836ac + 91229dd commit 53c33f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: RemedyIT
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
sudo apt-get --yes update
sudo apt-get --yes install libxerces-c-dev libssl-dev ${{ matrix.PackageDeps }}
- name: initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: cpp
if: matrix.feature == 'CodeQL'
Expand All @@ -168,7 +168,7 @@ jobs:
run: |
make -j -C ${TAOX11_ROOT} install
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
if: matrix.feature == 'CodeQL'
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 53c33f6

Please sign in to comment.