build(deps): bump the development-dependencies group with 7 updates · go-openapi/jsonreference@f8503c9 (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@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # v0.2.15 | |
| 14 | +uses: go-openapi/ci-workflows/.github/workflows/auto-merge.yml@6ed4490472a56b1d952231565aac80f13c2d143c # v0.2.16 | |
| 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@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # v0.2.15 | |
| 33 | +uses: go-openapi/ci-workflows/.github/workflows/bump-release.yml@6ed4490472a56b1d952231565aac80f13c2d143c # v0.2.16 | |
| 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@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # v0.2.15 | |
| 21 | +uses: go-openapi/ci-workflows/.github/workflows/codeql.yml@6ed4490472a56b1d952231565aac80f13c2d143c # v0.2.16 | |
| 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@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # v0.2.15 | |
| 17 | +uses: go-openapi/ci-workflows/.github/workflows/contributors.yml@6ed4490472a56b1d952231565aac80f13c2d143c # v0.2.16 | |
| 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@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # v0.2.15 | |
| 16 | +uses: go-openapi/ci-workflows/.github/workflows/go-test.yml@6ed4490472a56b1d952231565aac80f13c2d143c # v0.2.16 | |
| 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@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # V0.2.15 | |
| 18 | +uses: go-openapi/ci-workflows/.github/workflows/scanner.yml@6ed4490472a56b1d952231565aac80f13c2d143c # V0.2.16 | |
| 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@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # v0.2.15 | |
| 16 | +uses: go-openapi/ci-workflows/.github/workflows/release.yml@6ed4490472a56b1d952231565aac80f13c2d143c # v0.2.16 | |
| 17 | 17 | with: |
| 18 | 18 | tag: ${{ github.ref_name }} |
| 19 | 19 | secrets: inherit |