Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jan 9, 2024
2 parents 6027105 + 5362050 commit 88dbe2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1

- uses: oxsecurity/megalinter/flavors/javascript@v7.6.0
- uses: oxsecurity/megalinter/flavors/javascript@v7.7.0
env:
GITHUB_TOKEN: ${{ github.token }}
MEGALINTER_CONFIG: .github/linters/.mega-linter.yml
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ inputs:

runs:
using: docker
image: docker://ghcr.io/ahmadnassri/action-dependabot-auto-merge:2.6.6
image: docker://ghcr.io/ahmadnassri/action-dependabot-auto-merge:2.1.0
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# ---- mega-linter ---- #
lint:
profiles: ["dev"]
image: oxsecurity/megalinter-javascript:v6.14.0
image: oxsecurity/megalinter-javascript:v7.7.0
volumes:
- ./:/tmp/lint
environment:
Expand All @@ -17,7 +17,7 @@ services:
# ---- readme generator ---- #
readme:
profiles: ["dev"]
image: pandoc/minimal:2.18.0
image: pandoc/minimal:3.1.1
volumes:
- ./:/data
command: --defaults=.pandoc.yml
Expand Down

0 comments on commit 88dbe2e

Please sign in to comment.