build(deps): bump the development-dependencies group with 7 updates · go-openapi/jsonreference@f9fd8bd (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@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # v0.2.5 | |
| 14 | +uses: go-openapi/ci-workflows/.github/workflows/auto-merge.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # v0.2.9 | |
| 15 | 15 | secrets: inherit |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -36,7 +36,7 @@ jobs: | ||
| 36 | 36 | bump-release: |
| 37 | 37 | permissions: |
| 38 | 38 | contents: write |
| 39 | -uses: go-openapi/ci-workflows/.github/workflows/bump-release.yml@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # v0.2.5 | |
| 39 | +uses: go-openapi/ci-workflows/.github/workflows/bump-release.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # v0.2.9 | |
| 40 | 40 | with: |
| 41 | 41 | bump-patch: ${{ inputs.bump-patch }} |
| 42 | 42 | bump-minor: ${{ inputs.bump-minor }} |
| 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@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # v0.2.5 | |
| 21 | +uses: go-openapi/ci-workflows/.github/workflows/codeql.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # v0.2.9 | |
| 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@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # v0.2.5 | |
| 17 | +uses: go-openapi/ci-workflows/.github/workflows/contributors.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # v0.2.9 | |
| 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@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # v0.2.5 | |
| 16 | +uses: go-openapi/ci-workflows/.github/workflows/go-test.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # v0.2.9 | |
| 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@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # V0.2.5 | |
| 18 | +uses: go-openapi/ci-workflows/.github/workflows/scanner.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # V0.2.9 | |
| 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@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # v0.2.5 | |
| 16 | +uses: go-openapi/ci-workflows/.github/workflows/release.yml@84f8f9c0759d5d1d0c32b18a7abaa0cba65ebcff # v0.2.9 | |
| 17 | 17 | with: |
| 18 | 18 | tag: ${{ github.ref_name }} |
| 19 | 19 | secrets: inherit |