Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/virtualenv-20.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert authored Oct 27, 2023
2 parents 369126a + a8b5754 commit 1359995
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
generator: ${{ matrix.generator }}

- name: "⚙️ Install Qt Version ${{ matrix.qt_version }}"
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: "${{ matrix.qt_version }}"
dir: "${{ env.QT_DIR }}"
Expand Down Expand Up @@ -436,7 +436,7 @@ jobs:
uses: ammaraskar/gcc-problem-matcher@master

- name: "⚙️ Install Qt Version ${{ env.QT_VERSION }}"
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ env.QT_VERSION }}
# host: ${{ runner.os }}
Expand Down Expand Up @@ -705,7 +705,7 @@ jobs:

- name: "Build Releasenotes"
id: github_releasenotes
uses: release-drafter/release-drafter@v5.24.0
uses: release-drafter/release-drafter@v5.25.0
with:
publish: "${{ steps.check-version.outputs.tag != '' }}"
tag: "${{ steps.check-version.outputs.tag }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:

- name: "⚙️ Install Qt Version ${{ matrix.qt_version }}"
if: matrix.language == 'cpp'
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt_version }}
# host: ${{ runner.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV

# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5.24.0
- uses: release-drafter/release-drafter@v5.25.0
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
# with:
# config-name: my-config.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3.0
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
with:
results_file: results.sarif
results_format: sarif
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Jinja2==3.1.2
MarkupSafe==2.1.3
nodeenv==1.8.0
packaging==23.2
pre-commit==3.4.0
pre-commit==3.5.0
Pygments==2.16.1
pyparsing==3.1.1
pytz==2023.3.post1
Expand Down

0 comments on commit 1359995

Please sign in to comment.