From 23ca429ae852208503d05d9d12c4203746464f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Fri, 6 Oct 2023 16:35:09 +0300 Subject: [PATCH] Bump Github workflow dependencies --- .github/workflows/ci.yml | 2 +- .github/workflows/provider-ci.yml | 28 +++++++++---------- .github/workflows/provider-commands.yml | 2 +- .../provider-publish-service-artifacts.yml | 6 ++-- .github/workflows/provider-tag.yml | 2 +- .github/workflows/provider-updoc.yml | 4 +-- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29a8da2..be2610c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: run: make -j2 test - name: Publish Unit Test Coverage - uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1 + uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3 with: flags: unittests file: _output/tests/linux_amd64/coverage.txt diff --git a/.github/workflows/provider-ci.yml b/.github/workflows/provider-ci.yml index 0735ab9..0b29ca5 100644 --- a/.github/workflows/provider-ci.yml +++ b/.github/workflows/provider-ci.yml @@ -44,7 +44,7 @@ jobs: if: needs.detect-noop.outputs.noop != 'true' steps: - name: Checkout - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3 with: submodules: true @@ -71,12 +71,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3 with: submodules: true - name: Setup Go - uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2 + uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3 with: go-version: ${{ env.GO_VERSION }} @@ -117,12 +117,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3 with: submodules: true - name: Setup Go - uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2 + uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3 with: go-version: ${{ env.GO_VERSION }} @@ -183,7 +183,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3 with: submodules: true @@ -191,7 +191,7 @@ jobs: run: git fetch --prune --unshallow - name: Setup Go - uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2 + uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3 with: go-version: ${{ env.GO_VERSION }} @@ -222,7 +222,7 @@ jobs: run: make -j2 test - name: Publish Unit Test Coverage - uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1 + uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3 with: flags: unittests file: _output/tests/linux_amd64/coverage.txt @@ -234,7 +234,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3 with: submodules: true @@ -242,7 +242,7 @@ jobs: run: git fetch --prune --unshallow - name: Setup Go - uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2 + uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3 with: go-version: ${{ env.GO_VERSION }} @@ -279,7 +279,7 @@ jobs: steps: - name: Setup QEMU - uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 # v1 + uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 with: platforms: all @@ -298,7 +298,7 @@ jobs: password: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }} - name: Checkout - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3 with: submodules: true @@ -306,7 +306,7 @@ jobs: run: git fetch --prune --unshallow - name: Setup Go - uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2 + uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3 with: go-version: ${{ env.GO_VERSION }} @@ -356,7 +356,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3 with: submodules: true diff --git a/.github/workflows/provider-commands.yml b/.github/workflows/provider-commands.yml index 94b0b45..0be28c4 100644 --- a/.github/workflows/provider-commands.yml +++ b/.github/workflows/provider-commands.yml @@ -20,7 +20,7 @@ jobs: permission-level: write - name: Checkout - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3 with: fetch-depth: 0 diff --git a/.github/workflows/provider-publish-service-artifacts.yml b/.github/workflows/provider-publish-service-artifacts.yml index 4871148..58919c0 100644 --- a/.github/workflows/provider-publish-service-artifacts.yml +++ b/.github/workflows/provider-publish-service-artifacts.yml @@ -55,7 +55,7 @@ jobs: runs-on: [e2-standard-8, linux] steps: - name: Setup QEMU - uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 # v1 + uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2 with: platforms: all @@ -75,7 +75,7 @@ jobs: /tmp/up login -u ${{ env.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }} - name: Checkout - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3 with: submodules: true @@ -83,7 +83,7 @@ jobs: run: git fetch --prune --unshallow - name: Setup Go - uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2 + uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3 with: go-version: ${{ env.GO_VERSION }} diff --git a/.github/workflows/provider-tag.yml b/.github/workflows/provider-tag.yml index 05c08a9..2f3e80f 100644 --- a/.github/workflows/provider-tag.yml +++ b/.github/workflows/provider-tag.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3 - name: Create Tag uses: negz/create-tag@39bae1e0932567a58c20dea5a1a0d18358503320 # v1 diff --git a/.github/workflows/provider-updoc.yml b/.github/workflows/provider-updoc.yml index da0b2fc..84a94d6 100644 --- a/.github/workflows/provider-updoc.yml +++ b/.github/workflows/provider-updoc.yml @@ -21,12 +21,12 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3 with: submodules: true - name: Setup Go - uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2 + uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3 with: go-version: ${{ env.GO_VERSION }}