Skip to content

chore(deps): bump github.com/xanzy/go-gitlab from 0.90.0 to 0.91.1 #4476

chore(deps): bump github.com/xanzy/go-gitlab from 0.90.0 to 0.91.1

chore(deps): bump github.com/xanzy/go-gitlab from 0.90.0 to 0.91.1 #4476

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: chainguard-dev/actions/trailing-space@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}
- uses: chainguard-dev/actions/eof-newline@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}