Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): actions/checkout v3.5.3 #127

Merged
merged 1 commit into from
Jun 15, 2023
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
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: Actionlint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.3
- name: Install Actionlint
env:
version: "1.6.24"
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-22.04
name: Prettier
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.6.0
with:
node-version: "18.11.0"
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-22.04
name: Shellcheck
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.3
- name: Install Shellcheck
env:
version: "0.9.0"
Expand All @@ -78,7 +78,7 @@ jobs:
name: Shfmt
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.3
- name: Install shfmt
env:
version: "3.6.0"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
name: Action validates dockerfiles
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.3
- uses: ./
with:
dockerfile: test/fixtures/Dockerfile-valid
gh-action-version:
name: Action supports custom version
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.3
- uses: ./
id: check
with:
Expand All @@ -36,7 +36,7 @@ jobs:
name: Action supports glob expansion
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.3
- uses: ./
with:
dockerfile: "test/**/Dockerfile-glob-*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Bash unit tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.3
- name: Get Hadolint version
# yq is like jq for yaml
# https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#tools
Expand Down