Skip to content

chore(deps): update dargmuesli/github-actions action to v4.0.1 #3152

chore(deps): update dargmuesli/github-actions action to v4.0.1

chore(deps): update dargmuesli/github-actions action to v4.0.1 #3152

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@28f33f42b7cec64fff9647faeacede2c465804b8 # 4.0.1
permissions:
pull-requests: read
build:
needs: ci-optimization
if: needs.ci-optimization.outputs.continue == 'true'
name: dargstack rgen
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@28f33f42b7cec64fff9647faeacede2c465804b8 # 4.0.1
permissions:
contents: read
release-semantic:
needs: build
name: Semantic Release
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@28f33f42b7cec64fff9647faeacede2c465804b8 # 4.0.1
permissions:
contents: write
id-token: write
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}