Skip to content

Bump github.com/moby/patternmatcher from 0.6.0 to 0.6.1 (#190) #102

Bump github.com/moby/patternmatcher from 0.6.0 to 0.6.1 (#190)

Bump github.com/moby/patternmatcher from 0.6.0 to 0.6.1 (#190) #102

Workflow file for this run

name: codeql
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 0 * * 0'
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
analyze:
name: analyze
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 2
- name: setup go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: "go.mod"
- name: initialize codeql
uses: github/codeql-action/init@ee09113642cdd89dfd282ecd8d96340380bbee26 #v4.31.10
with:
languages: go
- name: autobuild
uses: github/codeql-action/autobuild@ee09113642cdd89dfd282ecd8d96340380bbee26 #v4.31.10
- name: perform codeql analysis
uses: github/codeql-action/analyze@ee09113642cdd89dfd282ecd8d96340380bbee26 #v4.31.10
with:
category: "/language:go"