Skip to content

Bump com.google.protobuf:protobuf-java from 3.25.0 to 3.25.1 #2843

Bump com.google.protobuf:protobuf-java from 3.25.0 to 3.25.1

Bump com.google.protobuf:protobuf-java from 3.25.0 to 3.25.1 #2843

Workflow file for this run

name: spelling
permissions: read-all
on: [ push, pull_request ]
jobs:
spellcheck:
name: Check spelling
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
objects.githubusercontent.com:443
raw.githubusercontent.com:443
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install
run: wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b .
- name: Spell Check with Misspell
run: ./misspell -error .
- name: Spell Check with Typos
uses: crate-ci/typos@c97d621b6b01d8b0258538ca15abeca5c5764601 # v1.16.23