Skip to content

Commit

Permalink
chore: bump codeQL versions (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboxer23 authored Aug 23, 2024
1 parent 0ce2c20 commit 6c146ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ name: "CodeQL"

on:
pull_request_target:
schedule:
- cron: '16 5 * * 0'

jobs:
analyze:
Expand Down Expand Up @@ -46,7 +44,7 @@ jobs:
java-version: 17.0
distribution: 'adopt'
- name: maven-settings
uses: s4u/maven-settings-action@v2.8.0
uses: s4u/maven-settings-action@v3.0.0
with:
servers: '[{"id": "github", "username": "dummy", "password": "${GITHUB_TOKEN_REF}"}]'
githubServer: false
Expand All @@ -56,6 +54,6 @@ jobs:
GITHUB_TOKEN_REF: ${{ secrets.GH_PAT_FOR_ACTIONS_TOKEN }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit 6c146ea

Please sign in to comment.