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
6 changes: 3 additions & 3 deletions .github/workflows/call-run-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
gke-cluster-region: ${{ steps.gke-cluster-region.outputs.stdout }}
gke-cluster-zone: ${{ steps.gke-cluster-zone.outputs.stdout }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ inputs.ref }}
repository: fluent/fluent-bit-ci
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Test image exists and cache locally
run: docker pull ${{ inputs.image_name }}:${{ inputs.image_tag }}

- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ inputs.ref }}
repository: fluent/fluent-bit-ci
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
env:
USE_GKE_GCLOUD_AUTH_PLUGIN: true
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ inputs.ref }}
repository: fluent/fluent-bit-ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/call-run-performance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
setup-vm-instance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: fluent/fluent-bit-ci

Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
needs:
- setup-vm-instance
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: fluent/fluent-bit-ci

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Clone repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: tflint
if: ${{ github.event_name == 'pull_request' }}
Expand All @@ -28,14 +28,14 @@ jobs:
runs-on: ubuntu-latest
name: PR - Shellcheck
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ludeeus/action-shellcheck@master

actionlint-pr:
runs-on: ubuntu-latest
name: PR - Actionlint
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-packer-vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- run: |
sudo apt-get update
Expand Down
Loading