Skip to content

Commit

Permalink
Merge pull request 1c-syntax#3205 from 1c-syntax/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/github/codeql-action-3

build(deps): bump github/codeql-action from 2 to 3
  • Loading branch information
nixel2007 authored Dec 14, 2023
2 parents a980cfd + 95f8c6f commit 7c5f2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
# Override language selection by uncommenting this and choosing your languages
with:
languages: java
Expand All @@ -52,4 +52,4 @@ jobs:
- run: ./gradlew jar

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
linter: jetbrains/qodana-jvm-community
- uses: github/codeql-action/upload-sarif@v2
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 7c5f2ad

Please sign in to comment.