Skip to content

Commit

Permalink
Merge pull request #545 from openhab/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…/codeql-action-3
  • Loading branch information
michikrug authored Jan 2, 2024
2 parents d478794 + 025f5da commit cc9f8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ jobs:
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: javascript

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

deployment:
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'release'
Expand Down

0 comments on commit cc9f8ce

Please sign in to comment.