Skip to content

Bump github.com/maxbrunsfeld/counterfeiter/v6 from 6.8.1 to 6.9.0 #1805

Bump github.com/maxbrunsfeld/counterfeiter/v6 from 6.8.1 to 6.9.0

Bump github.com/maxbrunsfeld/counterfeiter/v6 from 6.8.1 to 6.9.0 #1805

name: "Code Quality"
on:
workflow_dispatch:
pull_request:
branches:
- main
- v8
- v7
schedule:
- cron: '45 5 * * *'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
if: ${{ github.repository == 'cloudfoundry/cli' }}
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
config-file: ./.github/codeql/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
# vim: set sw=2 ts=2 sts=2 et tw=78 foldlevel=2 fdm=indent nospell: