Skip to content

Commit

Permalink
Merge pull request #786 from DrTimothyAldenDavis/dev
Browse files Browse the repository at this point in the history
apply dependabot changes
  • Loading branch information
DrTimothyAldenDavis authored Mar 22, 2024
2 parents 7f07849 + 0c18041 commit 002cbb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: install dependencies
run: |
Expand All @@ -65,7 +65,7 @@ jobs:
- name: initialize CodeQL
# Initialize the CodeQL tools for scanning.
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
done
- name: perform CodeQL analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: ${{ matrix.group }}-64

Expand Down Expand Up @@ -163,11 +163,11 @@ jobs:
msystem: MINGW32

- name: checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: initialize CodeQL
# Initialize the CodeQL tools for scanning.
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down Expand Up @@ -199,6 +199,6 @@ jobs:
done
- name: perform CodeQL analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: ${{ matrix.group }}-32
2 changes: 1 addition & 1 deletion .github/workflows/root-cmakelists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ jobs:
- name: save conda cache
if: ${{ steps.conda-cache.outputs.cache-hit != 'true' }}
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: C:/Miniconda/envs/test
key: ${{ steps.conda-cache.outputs.cache-primary-key }}
Expand Down

0 comments on commit 002cbb3

Please sign in to comment.