Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/api-bench-build.hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 360
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- run: sudo apt-get install shellcheck -y
- run: wget https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64
- run: sudo mv hadolint-Linux-x86_64 /usr/local/bin/hadolint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-bench-gitea-action.hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 360
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- run: sudo apt-get install shellcheck -y
- run: wget https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64
- run: sudo mv hadolint-Linux-x86_64 /usr/local/bin/hadolint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-bench-gitlab-runner.hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 360
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- run: sudo apt-get install shellcheck -y
- run: wget https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64
- run: sudo mv hadolint-Linux-x86_64 /usr/local/bin/hadolint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 360
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- run: sudo apt-get install shellcheck -y
- run: wget https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64
- run: sudo mv hadolint-Linux-x86_64 /usr/local/bin/hadolint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-bench-history-website.hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 360
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- run: sudo apt-get install shellcheck -y
- run: wget https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64
- run: sudo mv hadolint-Linux-x86_64 /usr/local/bin/hadolint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-bench.hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 360
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- run: sudo apt-get install shellcheck -y
- run: wget https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64
- run: sudo mv hadolint-Linux-x86_64 /usr/local/bin/hadolint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/global.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 360
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- run: git fetch --tags
- name: Cache Docker images.
uses: ScribeMD/docker-cache@0.5.0
Expand All @@ -42,7 +42,7 @@ jobs:
timeout-minutes: 360
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- run: git fetch --tags
- name: Cache Docker images.
uses: ScribeMD/docker-cache@0.5.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/global.pull-request-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/global.spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Node.js environment ${{ env.CURRENT_NODE_VERSION }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/root.mdlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
uses: actions/setup-node@v4
with:
Expand Down
Loading