Skip to content

Commit

Permalink
CI/CD: bump deprecated GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivard authored Oct 16, 2024
1 parent fbb506e commit f47130a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ jobs:
go-version-file: go.mod

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: go
queries: +security-and-quality

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit f47130a

Please sign in to comment.