Skip to content

Commit dde2b90

Browse files
authored
Merge pull request #870 from MikeMcQuaid/dependabot/github_actions/github-actions-cac7d13037
build(deps): bump the github-actions group with 1 update
2 parents 326c6b4 + 52bb269 commit dde2b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Set up CodeQL
19-
uses: github/codeql-action/init@v2
19+
uses: github/codeql-action/init@v3
2020
with:
2121
languages: ruby
2222
queries: security-and-quality
2323
config-file: ./.github/codeql.yml
2424

2525
- name: Perform CodeQL analysis
26-
uses: github/codeql-action/analyze@v2
26+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)