Skip to content

Commit

Permalink
Bump github/codeql-action from 3.25.8 to 3.26.6 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent d98f79e commit b7b0343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -46,7 +46,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Autobuild
uses: github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
uses: github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ linters:
- bidichk
- bodyclose
- contextcheck
- copyloopvar
- dogsled
- dupl
- durationcheck
- errcheck
- errname
- errorlint
- exportloopref
- funlen
- ginkgolinter
- gochecknoinits
Expand Down

0 comments on commit b7b0343

Please sign in to comment.