depup #59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: depup | |
| on: | |
| schedule: | |
| - cron: '14 14 * * *' # Runs at 14:14 UTC every day | |
| repository_dispatch: | |
| types: [depup] | |
| workflow_dispatch: | |
| jobs: | |
| protoc: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 | |
| - uses: haya14busa/action-depup@94a1aaf4e4923064019214b48a43276218af7ad5 # v1.6.4 | |
| id: depup | |
| with: | |
| file: proto/Dockerfile | |
| version_name: PROTOC_VERSION | |
| repo: protocolbuffers/protobuf | |
| - name: Update | |
| if: ${{ steps.depup.latest != steps.depup.current }} | |
| working-directory: proto/ | |
| run: ./update.sh | |
| - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 | |
| if: ${{ steps.depup.latest != steps.depup.current }} | |
| with: | |
| go-version-file: "go.mod" | |
| - name: Build | |
| if: ${{ steps.depup.latest != steps.depup.current }} | |
| run: go build ./... | |
| - name: Create Pull Request | |
| if: ${{ steps.depup.latest != steps.depup.current }} | |
| uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 | |
| with: | |
| title: "chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}" | |
| commit-message: "chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}" | |
| body: | | |
| Update [${{ steps.depup.outputs.repo }}](https://github.com/${{ steps.depup.outputs.repo }}) to [${{ steps.depup.outputs.latest }}](https://github.com/${{ steps.depup.outputs.repo }}/releases/tag/${{ inputs.tag_prefix }}${{ steps.depup.outputs.latest }}) | |
| This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}). | |
| branch: depup/${{ steps.depup.outputs.repo }} | |
| base: ${{ github.event.repository.default_branch }} | |
| labels: ${{ inputs.labels }} | |
| protoc-gen-go: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 | |
| - uses: haya14busa/action-depup@94a1aaf4e4923064019214b48a43276218af7ad5 # v1.6.4 | |
| id: depup | |
| with: | |
| file: proto/Dockerfile | |
| version_name: PROTOC_GEN_GO_VERSION | |
| repo: protocolbuffers/protobuf-go | |
| - name: Update | |
| if: ${{ steps.depup.latest != steps.depup.current }} | |
| working-directory: proto/ | |
| run: ./update.sh | |
| - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 | |
| if: ${{ steps.depup.latest != steps.depup.current }} | |
| with: | |
| go-version-file: "go.mod" | |
| - name: Build | |
| if: ${{ steps.depup.latest != steps.depup.current }} | |
| run: go build ./... | |
| - name: Create Pull Request | |
| if: ${{ steps.depup.latest != steps.depup.current }} | |
| uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 | |
| with: | |
| title: "chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}" | |
| commit-message: "chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}" | |
| body: | | |
| Update [${{ steps.depup.outputs.repo }}](https://github.com/${{ steps.depup.outputs.repo }}) to [${{ steps.depup.outputs.latest }}](https://github.com/${{ steps.depup.outputs.repo }}/releases/tag/${{ inputs.tag_prefix }}${{ steps.depup.outputs.latest }}) | |
| This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}). | |
| branch: depup/${{ steps.depup.outputs.repo }} | |
| base: ${{ github.event.repository.default_branch }} | |
| labels: ${{ inputs.labels }} | |
| protoc-gen-jsonschema: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 | |
| - uses: haya14busa/action-depup@94a1aaf4e4923064019214b48a43276218af7ad5 # v1.6.4 | |
| id: depup | |
| with: | |
| file: proto/Dockerfile | |
| version_name: PROTOC_GEN_JSONSCHEMA_VERSION | |
| repo: chrusty/protoc-gen-jsonschema | |
| - name: Update | |
| if: ${{ steps.depup.latest != steps.depup.current }} | |
| working-directory: proto/ | |
| run: ./update.sh | |
| - name: Create Pull Request | |
| if: ${{ steps.depup.latest != steps.depup.current }} | |
| uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 | |
| with: | |
| title: "chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}" | |
| commit-message: "chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}" | |
| body: | | |
| Update [${{ steps.depup.outputs.repo }}](https://github.com/${{ steps.depup.outputs.repo }}) to [${{ steps.depup.outputs.latest }}](https://github.com/${{ steps.depup.outputs.repo }}/releases/tag/${{ inputs.tag_prefix }}${{ steps.depup.outputs.latest }}) | |
| This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}). | |
| branch: depup/${{ steps.depup.outputs.repo }} | |
| base: ${{ github.event.repository.default_branch }} | |
| labels: ${{ inputs.labels }} |