Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/github-s…
Browse files Browse the repository at this point in the history
…cript-7
  • Loading branch information
NxPKG authored Dec 1, 2024
2 parents dd5ecda + f6b65da commit bfefa75
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
repository_is_template: ${{ steps.metadata.outputs.repository_is_template }}

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2

- uses: khulnasoft-lab/[email protected]
id: metadata
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
if: ${{ needs.metadata.outputs.repository_is_template == 'true' }}

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
ref: ${{ github.event.pull_request.head.ref }}

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
repository_default_branch: ${{ steps.metadata.outputs.repository_default_branch }}

steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v4.2.2

- id: metadata
uses: khulnasoft-lab/[email protected]
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v4.2.2

- uses: khulnasoft-lab/action-commit-lint@master
with:
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v4.2.2

- uses: oxsecurity/megalinter/flavors/[email protected]
env:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
version-minor: ${{ steps.release.outputs.release-version-minor }}

steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v4.2.2
with:
submodules: true

Expand All @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v4.2.2
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2

Expand All @@ -123,7 +123,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# publish
- uses: docker/build-push-action@v3
- uses: docker/build-push-action@v6
with:
push: true
cache-from: type=gha
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v4.2.2

- uses: khulnasoft/action-template-sync@master
with:
Expand Down
12 changes: 5 additions & 7 deletions action/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:ci": "tap test --100 --color --coverage-report=lcov --no-browser"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"js-yaml": "^4.1.0",
"semver": "^7.6.3"
Expand Down
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:v8.0.0
image: oxsecurity/megalinter-javascript:v8.3.0
volumes:
- ./:/tmp/lint
environment:
Expand All @@ -17,7 +17,7 @@ services:
# ---- readme generator ---- #
readme:
profiles: ["dev"]
image: pandoc/minimal:3.4.0
image: pandoc/minimal:3.5.0
volumes:
- ./:/data
command: --defaults=.pandoc.yml
Expand Down

0 comments on commit bfefa75

Please sign in to comment.