Skip to content

Commit

Permalink
Merge pull request #389 from privacybydesign/bump-deprecated-gh-actions
Browse files Browse the repository at this point in the history
CI/CD: bump deprecated GitHub Actions dependencies
  • Loading branch information
ivard authored Oct 16, 2024
2 parents fbb506e + f47130a commit 3d0b545
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 3d0b545

Please sign in to comment.