Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: "CodeQL and Linter Analysis"
"on":
push:

permissions:
contents: read

jobs:
analyze-shell:
name: Analyze Shell Scripts
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Use the UDX worker as the base image
FROM usabilitydynamics/udx-worker:0.33.0
FROM usabilitydynamics/udx-worker:0.34.0

# Add metadata labels
LABEL maintainer="UDX"
LABEL version="0.28.0"
LABEL version="0.29.0"

# Arguments and Environment Variables
ARG PHP_VERSION=8.4
Expand Down
9 changes: 0 additions & 9 deletions deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,9 @@ config:
# Docker image
image: "usabilitydynamics/udx-worker-php:latest"

# env:
# ACTORS_CLEANUP: false

# Mount volumes
volumes:
- "./src/scripts:/var/www"

ports:
- "80:80"

# Command to run
# command: "/usr/local/bin/init.sh"

# service_account:
# email: ""