From 610d2daee477f92e3b2c7b22f13b6fb33aeeb7da Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Fri, 8 Nov 2024 08:41:11 +0100 Subject: [PATCH] Update Github actions --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 944554b..1006cb2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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 @@ -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}"}]'