build(deps): bump the development-dependencies group with 7 updates · go-openapi/jsonreference@504d3b6 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -11,5 +11,5 @@ jobs: | ||
| 11 | 11 | permissions: |
| 12 | 12 | contents: write |
| 13 | 13 | pull-requests: write |
| 14 | -uses: go-openapi/ci-workflows/.github/workflows/auto-merge.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # v0.2.9 | |
| 14 | +uses: go-openapi/ci-workflows/.github/workflows/auto-merge.yml@435746a4b72b06b6b6989c309fd2ad8150dbae5a # v0.2.11 | |
| 15 | 15 | secrets: inherit |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -30,7 +30,7 @@ jobs: | ||
| 30 | 30 | bump-release: |
| 31 | 31 | permissions: |
| 32 | 32 | contents: write |
| 33 | -uses: go-openapi/ci-workflows/.github/workflows/bump-release.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # v0.2.9 | |
| 33 | +uses: go-openapi/ci-workflows/.github/workflows/bump-release.yml@435746a4b72b06b6b6989c309fd2ad8150dbae5a # v0.2.11 | |
| 34 | 34 | with: |
| 35 | 35 | bump-type: ${{ inputs.bump-type }} |
| 36 | 36 | tag-message-title: ${{ inputs.tag-message-title }} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -18,5 +18,5 @@ jobs: | ||
| 18 | 18 | permissions: |
| 19 | 19 | contents: read |
| 20 | 20 | security-events: write |
| 21 | -uses: go-openapi/ci-workflows/.github/workflows/codeql.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # v0.2.9 | |
| 21 | +uses: go-openapi/ci-workflows/.github/workflows/codeql.yml@435746a4b72b06b6b6989c309fd2ad8150dbae5a # v0.2.11 | |
| 22 | 22 | secrets: inherit |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -14,5 +14,5 @@ jobs: | ||
| 14 | 14 | permissions: |
| 15 | 15 | pull-requests: write |
| 16 | 16 | contents: write |
| 17 | -uses: go-openapi/ci-workflows/.github/workflows/contributors.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # v0.2.9 | |
| 17 | +uses: go-openapi/ci-workflows/.github/workflows/contributors.yml@435746a4b72b06b6b6989c309fd2ad8150dbae5a # v0.2.11 | |
| 18 | 18 | secrets: inherit |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -13,5 +13,5 @@ on: | ||
| 13 | 13 | |
| 14 | 14 | jobs: |
| 15 | 15 | test: |
| 16 | -uses: go-openapi/ci-workflows/.github/workflows/go-test.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # v0.2.9 | |
| 16 | +uses: go-openapi/ci-workflows/.github/workflows/go-test.yml@435746a4b72b06b6b6989c309fd2ad8150dbae5a # v0.2.11 | |
| 17 | 17 | secrets: inherit |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -15,5 +15,5 @@ jobs: | ||
| 15 | 15 | permissions: |
| 16 | 16 | contents: read |
| 17 | 17 | security-events: write |
| 18 | -uses: go-openapi/ci-workflows/.github/workflows/scanner.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # V0.2.9 | |
| 18 | +uses: go-openapi/ci-workflows/.github/workflows/scanner.yml@435746a4b72b06b6b6989c309fd2ad8150dbae5a # V0.2.11 | |
| 19 | 19 | secrets: inherit |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -13,7 +13,7 @@ jobs: | ||
| 13 | 13 | name: Create release |
| 14 | 14 | permissions: |
| 15 | 15 | contents: write |
| 16 | -uses: go-openapi/ci-workflows/.github/workflows/release.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # v0.2.9 | |
| 16 | +uses: go-openapi/ci-workflows/.github/workflows/release.yml@435746a4b72b06b6b6989c309fd2ad8150dbae5a # v0.2.11 | |
| 17 | 17 | with: |
| 18 | 18 | tag: ${{ github.ref_name }} |
| 19 | 19 | secrets: inherit |