Skip to content

chore(deps): update all non-major dependencies, except python #5199

chore(deps): update all non-major dependencies, except python

chore(deps): update all non-major dependencies, except python #5199

Workflow file for this run

name: CI
permissions: {}
on:
pull_request:
push:
branches:
- alpha
- beta
- main
- master
- renovate/**
jobs:
ci-optimization:
name: CI optimization
uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@a87a4ecfffb7ebaffdba60685f39575a14769784 # 3.2.3
permissions:
pull-requests: read
release_semantic_dry:
needs: ci-optimization
if: needs.ci-optimization.outputs.continue == 'true'
name: Release (semantic, dry)
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@a87a4ecfffb7ebaffdba60685f39575a14769784 # 3.2.3
permissions:
contents: write
id-token: write
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
DRY_RUN: true
pre-commit:
needs: ci-optimization
if: needs.ci-optimization.outputs.continue == 'true'
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.14'
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/docker.yml@a87a4ecfffb7ebaffdba60685f39575a14769784 # 3.2.3
needs: [release_semantic_dry, pre-commit]
permissions:
packages: write
with:
TAG: ${{ needs.release_semantic_dry.outputs.new_release_version }}
release_semantic:
needs: build
name: Release (semantic)
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@a87a4ecfffb7ebaffdba60685f39575a14769784 # 3.2.3
permissions:
contents: write
id-token: write
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}