Skip to content

build(deps): bump golang.org/x/net from 0.9.0 to 0.23.0 in /tests/lib/muinstaller #11247

build(deps): bump golang.org/x/net from 0.9.0 to 0.23.0 in /tests/lib/muinstaller

build(deps): bump golang.org/x/net from 0.9.0 to 0.23.0 in /tests/lib/muinstaller #11247

Workflow file for this run

name: Inclusive naming PR check
on: pull_request
jobs:
inclusive-naming-check:
name: Inclusive-naming-check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: tj-actions/changed-files@v41.0.0
id: files
- name: woke
uses: get-woke/woke-action-reviewdog@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
fail-on-error: true
woke-args: ${{ steps.files.outputs.all_changed_files }}