Skip to content

Commit

Permalink
Update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler authored Nov 8, 2024
1 parent 82253dd commit 610d2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand All @@ -55,7 +55,7 @@ jobs:
# queries: security-extended,security-and-quality

- name: maven-settings
uses: s4u/maven-settings-action@v2.7.0
uses: s4u/maven-settings-action@v3.1.0
with:
servers: '[{"id": "teic", "username": "${github.actor}", "password": "${GITHUB_TOKEN}"}]'

Expand Down

0 comments on commit 610d2da

Please sign in to comment.