mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-02-25 07:53:56 +01:00
Update ci.yml
fix node.js versdion 16 deprecations update pipelinecomponents/hadolint container
This commit is contained in:
parent
d292784f8f
commit
025a03efa7
1 changed files with 9 additions and 9 deletions
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
|
@ -17,9 +17,9 @@ jobs:
|
|||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-20.04
|
||||
container: pipelinecomponents/hadolint:0.10.1
|
||||
container: pipelinecomponents/hadolint:0.26.4
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run hadolint
|
||||
run: hadolint Dockerfile
|
||||
|
||||
|
@ -27,9 +27,9 @@ jobs:
|
|||
name: ShellCheck
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ShellCheck
|
||||
uses: reviewdog/action-shellcheck@v1.16.0
|
||||
uses: reviewdog/action-shellcheck@v1.26.0
|
||||
with:
|
||||
reporter: github-pr-review
|
||||
fail_on_error: true
|
||||
|
@ -39,12 +39,12 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
needs: [ "lint", "shellcheck" ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build Docker image
|
||||
run: docker build -t $TEST_IMAGE_NAME .
|
||||
|
||||
- name: Run Structure tests
|
||||
uses: brpaz/structure-tests-action@v1.1.2
|
||||
uses: brpaz/structure-tests-action@v1.2.0
|
||||
with:
|
||||
image: ${{ env.TEST_IMAGE_NAME }}
|
||||
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
needs: build-test
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run integration test 1
|
||||
uses: ./
|
||||
|
@ -123,8 +123,8 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
needs: integration-tests
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cycjimmy/semantic-release-action@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cycjimmy/semantic-release-action@v4
|
||||
with:
|
||||
extra_plugins: |
|
||||
@semantic-release/git
|
||||
|
|
Loading…
Add table
Reference in a new issue