File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 merge_group :
99 workflow_dispatch :
1010
11- # env:
12- # DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
13-
1411jobs :
1512 build :
1613 concurrency :
2421 steps :
2522 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2623 - uses : SonarSource/ci-github-actions/get-build-number@master # dogfood
27- - uses : SonarSource/ci-github-actions/build-poetry@master # dogfood
24+ - uses : SonarSource/ci-github-actions/build-poetry@feat/jcarsique/BUILD-8099-promotePoetry # TODO WIP BUILD-8099
2825
2926 promote :
30- if : false # TODO WIP BUILD-8099
3127 needs :
3228 - build
3329 concurrency :
3935 id-token : write
4036 contents : write
4137 steps :
42- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43- - uses : jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
44- with :
45- cache_save : false
46- - name : Restore local Poetry cache
47- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
48- with :
49- path : ${{ github.workspace }}/.cache/pypoetry
50- key : poetry-${{ runner.os }}-${{ hashFiles('poetry.lock') }}
51- restore-keys : poetry-${{ runner.os }}-
52- - uses : SonarSource/ci-github-actions/get-build-number@feat/jcarsique/BUILD-80099-promotePoetry # TODO WIP BUILD-8099
53- - uses : SonarSource/ci-github-actions/promote-poetry@feat/jcarsique/BUILD-80099-promotePoetry # TODO WIP BUILD-8099
38+ - uses : SonarSource/ci-github-actions/get-build-number@feat/jcarsique/BUILD-8099-promotePoetry # TODO WIP BUILD-8099
39+ - uses : SonarSource/ci-github-actions/promote@feat/jcarsique/BUILD-8099-promotePoetry # TODO WIP BUILD-8099
You can’t perform that action at this time.
0 commit comments