Skip to content
Open
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: go-openapi/ci-workflows/.github/workflows/auto-merge.yml@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # v0.2.5
uses: go-openapi/ci-workflows/.github/workflows/auto-merge.yml@057c8455d283298809477f4b18e66ebfb6d64ac3 # v0.2.5
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/bump-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: go-openapi/ci-workflows/.github/workflows/bump-release-monorepo.yml@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # v0.2.5
uses: go-openapi/ci-workflows/.github/workflows/bump-release-monorepo.yml@057c8455d283298809477f4b18e66ebfb6d64ac3 # v0.2.5
with:
bump-type: ${{ inputs.bump-type }}
tag-message-title: ${{ inputs.tag-message-title }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
permissions:
contents: read
security-events: write
uses: go-openapi/ci-workflows/.github/workflows/codeql.yml@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # v0.2.5
uses: go-openapi/ci-workflows/.github/workflows/codeql.yml@057c8455d283298809477f4b18e66ebfb6d64ac3 # v0.2.5
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
permissions:
pull-requests: write
contents: write
uses: go-openapi/ci-workflows/.github/workflows/contributors.yml@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # v0.2.5
uses: go-openapi/ci-workflows/.github/workflows/contributors.yml@057c8455d283298809477f4b18e66ebfb6d64ac3 # v0.2.5
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
test:
uses: go-openapi/ci-workflows/.github/workflows/go-test-monorepo.yml@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # v0.2.5
uses: go-openapi/ci-workflows/.github/workflows/go-test-monorepo.yml@057c8455d283298809477f4b18e66ebfb6d64ac3 # v0.2.5
with:
extra-flags: '-tags testcgo' # this is to trigger extra tests in spew
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
permissions:
contents: read
security-events: write
uses: go-openapi/ci-workflows/.github/workflows/scanner.yml@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # V0.2.4
uses: go-openapi/ci-workflows/.github/workflows/scanner.yml@057c8455d283298809477f4b18e66ebfb6d64ac3 # V0.2.4
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Create release
permissions:
contents: write
uses: go-openapi/ci-workflows/.github/workflows/release.yml@ea0dfc9a8f78335f47355d842b76bcf95d29c846 # v0.2.5
uses: go-openapi/ci-workflows/.github/workflows/release.yml@057c8455d283298809477f4b18e66ebfb6d64ac3 # v0.2.5
with:
tag: ${{ github.ref_name }}
is-monorepo: true
Expand Down
133 changes: 128 additions & 5 deletions assert/assert_assertions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 76 additions & 7 deletions assert/assert_assertions_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading