Skip to content

chore(deps): bump github.com/distribution/distribution/v3 from 3.0.0-20220620080156-3e4f8a0ab147 to 3.0.0-rc.3 #12057

chore(deps): bump github.com/distribution/distribution/v3 from 3.0.0-20220620080156-3e4f8a0ab147 to 3.0.0-rc.3

chore(deps): bump github.com/distribution/distribution/v3 from 3.0.0-20220620080156-3e4f8a0ab147 to 3.0.0-rc.3 #12057

Workflow file for this run

name: CodeQL Analysis
on:
push:
branches: [main, release-*]
paths-ignore: ['**.md', '**.png', '**.jpg', '**.svg', '**/docs/**']
pull_request:
branches: [main, release-*]
paths-ignore: ['**.md', '**.png', '**.jpg', '**.svg', '**/docs/**']
schedule:
- cron: '0 4 * * *'
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [go]
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Initialize CodeQL
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0