diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql.yml similarity index 97% rename from .github/workflows/codeql-analysis.yml rename to .github/workflows/codeql.yml index eef5e69..bd726c1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql.yml @@ -1,5 +1,5 @@ --- -name: "CodeQL and Linter Analysis" +name: "CodeQL and Linter" on: push: diff --git a/Dockerfile b/Dockerfile index 5599ebb..e530f00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Use the latest udx-worker as the base image -FROM usabilitydynamics/udx-worker:0.31.0 +FROM usabilitydynamics/udx-worker:0.32.0 # Add metadata labels -LABEL version="0.18.0" +LABEL version="0.20.0" # Set build arguments for Node.js version and application port ARG NODE_VERSION=22.17.1