Skip to content

Commit

Permalink
Merge pull request #41 from PalladioSimulator/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/github/codeql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
dr6817 authored Dec 18, 2023
2 parents d210d92 + 2f7910c commit 41f7d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: java
config-file: ./.github/codeql.yml
- name: Autobuild Repository
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3
- name: Perform Analyze
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit 41f7d5c

Please sign in to comment.