Skip to content

Commit

Permalink
Bump the github-actions group with 1 update (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 2d4d66b commit dd1e02f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ concurrency:
jobs:
change-detection:
name: 🔍 Change
uses: cda-tum/mqt-core/.github/workflows/reusable-change-detection.yml@v2.1.0
uses: cda-tum/mqt-core/.github/workflows/reusable-change-detection.yml@v2.2.2

cpp-tests:
name: 🇨‌ Test
needs: change-detection
if: fromJSON(needs.change-detection.outputs.run-cpp-tests)
uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-ci.yml@v2.1.0
uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-ci.yml@v2.2.2
secrets:
token: ${{ secrets.CODECOV_TOKEN }}
with:
Expand All @@ -30,7 +30,7 @@ jobs:
name: 📝 CodeQL
needs: change-detection
if: fromJSON(needs.change-detection.outputs.run-code-ql)
uses: cda-tum/mqt-core/.github/workflows/reusable-code-ql.yml@v2.1.0
uses: cda-tum/mqt-core/.github/workflows/reusable-code-ql.yml@v2.2.2
with:
setup-z3: true
enable-python: false
Expand Down

0 comments on commit dd1e02f

Please sign in to comment.