Skip to content

✏️ adjust refs in MQT Core update workflow - #89

Merged
burgholzer merged 1 commit into
mainfrom
mqt-core-update
Apr 3, 2025
Merged

✏️ adjust refs in MQT Core update workflow#89
burgholzer merged 1 commit into
mainfrom
mqt-core-update

Conversation

@burgholzer

Copy link
Copy Markdown
Member

This PR adjusts the references for MQT Core now that the project has been moved to this organisation.

@burgholzer burgholzer added continuous integration Anything related to the CI setup fix Fix for something that is not working github-actions Pull requests that update Github_actions code labels Apr 3, 2025
@burgholzer burgholzer self-assigned this Apr 3, 2025
@burgholzer
burgholzer enabled auto-merge (squash) April 3, 2025 22:37
@burgholzer
burgholzer merged commit 77442f3 into main Apr 3, 2025
@burgholzer
burgholzer deleted the mqt-core-update branch April 3, 2025 22:37
run: |
echo "Querying the latest release of MQT Core..."
latest_release=$(curl -s -H "Authorization: token ${{ github.token }}" https://api.github.com/repos/cda-tum/mqt-core/releases/latest)
latest_release=$(curl -s -H "Authorization: token ${{ github.token }}" https://api.github.com/repos/munich-quantum-toolkit/core/releases/latest)

Check warning

Code scanning / CodeQL

Code injection

Potential code injection in [${{ github.token }}](1), which may be controlled by an external user.
run: |
echo "Querying the tags of MQT Core..."
tags=$(curl -s -H "Authorization: token ${{ github.token }}" https://api.github.com/repos/cda-tum/mqt-core/tags)
tags=$(curl -s -H "Authorization: token ${{ github.token }}" https://api.github.com/repos/munich-quantum-toolkit/core/tags)

Check warning

Code scanning / CodeQL

Code injection

Potential code injection in [${{ github.token }}](1), which may be controlled by an external user.
run: |
echo "Querying the latest commit of the main branch of MQT Core..."
latest_commit=$(curl -s -H "Authorization: token ${{ github.token }}" https://api.github.com/repos/cda-tum/mqt-core/commits/main)
latest_commit=$(curl -s -H "Authorization: token ${{ github.token }}" https://api.github.com/repos/munich-quantum-toolkit/core/commits/main)

Check warning

Code scanning / CodeQL

Code injection

Potential code injection in [${{ github.token }}](1), which may be controlled by an external user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

continuous integration Anything related to the CI setup fix Fix for something that is not working github-actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants