We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87c45cb + 0b0d239 commit b4fbdbaCopy full SHA for b4fbdba
.github/workflows/codeql-analysis.yml .github/workflows/codeql.yml.github/workflows/codeql-analysis.yml renamed to .github/workflows/codeql.yml
@@ -1,5 +1,5 @@
1
---
2
-name: "CodeQL and Linter Analysis"
+name: "CodeQL and Linter"
3
4
on:
5
push:
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"
6
7
# Set build arguments for Node.js version and application port
8
ARG NODE_VERSION=22.17.1
0 commit comments