Skip to content

chore(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 #4482

chore(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0

chore(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 #4482

Workflow file for this run

name: Whitespace
on:
pull_request:
branches: [ 'main', 'release-*' ]
permissions: read-all
jobs:
whitespace:
name: Check Whitespace
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: chainguard-dev/actions/trailing-space@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}
- uses: chainguard-dev/actions/eof-newline@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}