Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.codehaus.mojo-version…
Browse files Browse the repository at this point in the history
…s-maven-plugin-2.18.0
  • Loading branch information
SaptarshiSarkar12 authored Nov 20, 2024
2 parents bb27606 + ddb4c88 commit f7d8618
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 121 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
docker compose build ${{ matrix.image_name_suffix }}
- name: Run Trivy security scan
if: matrix.os == 'ubuntu-latest'
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.29.0
continue-on-error: true
with:
image-ref: "drifty-${{ matrix.image_name_suffix }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.1
with:
images: |
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.image_name }}
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
run: docker build -t ${{ matrix.image_name }} -f Docker/prod/${{ matrix.docker_context }}/Dockerfile build/${{ matrix.docker_context }}

- name: Run Trivy security scan
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.29.0
continue-on-error: true
with:
image-ref: ${{ matrix.image_name }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
VALIDATE_YAML: false
VALIDATE_CHECKOV: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_GIT_MERGE_CONFLICT_MARKERS: false
- name: Set read and write permission in super linter log
run: sudo chmod 777 super-linter.log
- name: Upload Lint Result
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "latest"
node-version: "21.2.0"
cache: ${{ steps.detect-package-manager.outputs.manager }}
cache-dependency-path: "./Website/package-lock.json"
- name: Setup Pages
Expand Down Expand Up @@ -88,4 +88,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
Loading

0 comments on commit f7d8618

Please sign in to comment.