Skip to content

Commit

Permalink
Merge pull request #908 from elgohr/dependabot/github_actions/github/…
Browse files Browse the repository at this point in the history
…codeql-action-3

⬆️ Bump github/codeql-action from 2 to 3
  • Loading branch information
elgohr authored Dec 18, 2023
2 parents 7f99854 + 46e9952 commit d6aa2bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '^1.21'
- uses: github/codeql-action/init@v2
- uses: github/codeql-action/init@v3
with:
languages: 'go'
- uses: github/codeql-action/autobuild@v2
- uses: github/codeql-action/analyze@v2
- uses: github/codeql-action/autobuild@v3
- uses: github/codeql-action/analyze@v3
release:
needs:
- test
Expand Down

0 comments on commit d6aa2bd

Please sign in to comment.