diff --git a/.github/workflows/templating.yml b/.github/workflows/templating.yml index 43fbb18d..bed4db64 100644 --- a/.github/workflows/templating.yml +++ b/.github/workflows/templating.yml @@ -1,5 +1,8 @@ name: Templating on: + push: + branches: + - main pull_request: paths: - ".github/workflows/templating.yml" @@ -18,7 +21,7 @@ jobs: with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: munich-quantum-toolkit/templates@dfe78235728b5fc715f7ac8ec483970666d3f0cf # v1.1.12 + - uses: munich-quantum-toolkit/templates@a573dc1238219775b19d13b2394e94c783b2b207 # v1.1.13 with: token: ${{ steps.create-token.outputs.token }} name: ProblemSolver diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bb7d02f..f4923660 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ repos: ## Ensure uv lock file is up-to-date - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.7 + rev: 0.10.8 hooks: - id: uv-lock priority: 0 diff --git a/webpage/package-lock.json b/webpage/package-lock.json index 5df65339..5e722de2 100644 --- a/webpage/package-lock.json +++ b/webpage/package-lock.json @@ -5300,9 +5300,9 @@ } }, "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "version": "8.5.8", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", + "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", "dev": true, "funding": [ {