Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Bump github/codeql-action from 2.22.2 to 2.22.3 #263

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
distribution: temurin
cache: 'maven'
- name: Initialize CodeQL
uses: github/codeql-action/[email protected].2
uses: github/codeql-action/[email protected].3
with:
languages: java
- name: Autobuild
uses: github/codeql-action/[email protected].2
uses: github/codeql-action/[email protected].3
- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].2
uses: github/codeql-action/[email protected].3
- name: Make sure build did not change anything
run: git diff --exit-code
Loading