From 2ec6d2c9dc5a5a993b559e50129860c91511c9b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:54:29 +0000 Subject: [PATCH] Bump actions/checkout from 4.0.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/clean-tests.yml | 4 ++-- .github/workflows/codeowners.yml | 2 +- .github/workflows/consuming.yml | 12 ++++++------ .github/workflows/linting.yml | 20 ++++++++++---------- .github/workflows/multiarch.yml | 2 +- .github/workflows/periodic.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/report.yml | 2 +- .github/workflows/scripts.yml | 12 ++++++------ .github/workflows/unit.yml | 2 +- .github/workflows/upgrade-e2e.yml | 2 +- 11 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.github/workflows/clean-tests.yml b/.github/workflows/clean-tests.yml index 76742f621..562549bce 100644 --- a/.github/workflows/clean-tests.yml +++ b/.github/workflows/clean-tests.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Deploy clusters env: @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Build images run: make images diff --git a/.github/workflows/codeowners.yml b/.github/workflows/codeowners.yml index 353a13481..537b1241f 100644 --- a/.github/workflows/codeowners.yml +++ b/.github/workflows/codeowners.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Delete current CODEOWNERS file run: rm CODEOWNERS - name: Run gen-codeowners to rebuild CODEOWNERS file diff --git a/.github/workflows/consuming.yml b/.github/workflows/consuming.yml index 613bb254b..7c282c682 100644 --- a/.github/workflows/consuming.yml +++ b/.github/workflows/consuming.yml @@ -42,13 +42,13 @@ jobs: k8s_version: '1.24' steps: - name: Check out the Shipyard repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Build the latest Shipyard image run: make images - name: Check out the ${{ matrix.project }} repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: # This is replaced to stable branch by auto release process ref: release-0.14 @@ -88,13 +88,13 @@ jobs: ] steps: - name: Check out the Shipyard repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Build the latest Shipyard image run: make images - name: Check out the ${{ matrix.project }} repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: # This is replaced to stable branch by auto release process ref: release-0.14 @@ -143,13 +143,13 @@ jobs: ] steps: - name: Check out the Shipyard repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Build the latest Shipyard image run: make images - name: Check out the ${{ matrix.project }} repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: # This is replaced to stable branch by auto release process ref: release-0.14 diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 738d67e20..edfbaa5c3 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Make sure each commit in the PR is within reviewable size uses: ./gh-actions/commit-size with: @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: fetch-depth: 0 - name: Run gitlint @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Run golangci-lint run: make golangci-lint @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Check License Headers uses: kt3k/license_checker@d12a6d90c58e30fefed09f2c4d03ba57f4c673a8 @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Run markdown-link-check uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec @@ -93,7 +93,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Run markdownlint run: make markdownlint @@ -102,7 +102,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Run packagedoc-lint run: make packagedoc-lint @@ -111,7 +111,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Run shellcheck run: make shellcheck @@ -120,7 +120,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Run Anchore vulnerability scanner uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 id: scan @@ -142,6 +142,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Run yamllint run: make yamllint diff --git a/.github/workflows/multiarch.yml b/.github/workflows/multiarch.yml index 0e7d687e3..cfe0ca011 100644 --- a/.github/workflows/multiarch.yml +++ b/.github/workflows/multiarch.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Set up QEMU (to support building on non-native architectures) uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 - name: Set up buildx diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index ecb07ef09..cfd505448 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -16,7 +16,7 @@ jobs: issues: write steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Run markdown-link-check uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec @@ -44,13 +44,13 @@ jobs: ] steps: - name: Check out the Shipyard repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Build go-mod-outdated run: go build -o bin/go-mod-outdated github.com/psampaz/go-mod-outdated - name: Check out the ${{ matrix.project }} repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: repository: submariner-io/${{ matrix.project }} path: ${{ matrix.project }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34ffe1f12..a95ac424a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: submodules: true diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index ada6e3314..183768450 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -18,7 +18,7 @@ jobs: security-events: write steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Run Anchore vulnerability scanner uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 id: scan diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index 5725f304f..da5b14826 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Deploy clusters env: @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Test the compile.sh script run: make vendor/modules.txt script-test SCRIPT_TEST_ARGS="test/scripts/compile/test.sh" @@ -70,7 +70,7 @@ jobs: run: rm -rf /usr/share/dotnet - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: submodules: true @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Run E2E deployment and tests run: make e2e @@ -109,7 +109,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Deploy some clusters run: make clusters @@ -122,7 +122,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Deploy clusters and test cloud-prepare run: make script-test SCRIPT_TEST_ARGS="test/scripts/cloud-prepare/test.sh" diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 51a09b375..bb3651c70 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Run unit which is expected to fail run: sh -c '! make unit' diff --git a/.github/workflows/upgrade-e2e.yml b/.github/workflows/upgrade-e2e.yml index 9d6a9ef57..c662a299a 100644 --- a/.github/workflows/upgrade-e2e.yml +++ b/.github/workflows/upgrade-e2e.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false steps: - name: Check out the repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Install an old cluster, upgrade it and check it uses: ./gh-actions/upgrade-e2e