Skip to content

Commit

Permalink
Merge pull request #1 from ZEISS/dependabot/github_actions/github/cod…
Browse files Browse the repository at this point in the history
…eql-action-3

chore(deps): bump github/codeql-action from 2 to 3
  • Loading branch information
github-actions[bot] authored Mar 8, 2024
2 parents 35df9c0 + d78b5a8 commit 6afdc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: github/codeql-action/init@v2
- uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- run: |
make build
- uses: github/codeql-action/analyze@v2
- uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit 6afdc27

Please sign in to comment.