diff --git a/.github/workflows/back-port.yml b/.github/workflows/back-port.yml index 29b42cddc..4e59647cb 100644 --- a/.github/workflows/back-port.yml +++ b/.github/workflows/back-port.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: fetch-depth: 0 diff --git a/.github/workflows/chart.yml b/.github/workflows/chart.yml index 036293469..4a09eca89 100644 --- a/.github/workflows/chart.yml +++ b/.github/workflows/chart.yml @@ -17,7 +17,7 @@ jobs: HELM_CHART_NAME: vela-core runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Get git revision id: vars shell: bash diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 27bc22506..bfb8898d3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Initialize CodeQL uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37 diff --git a/.github/workflows/core-api-test.yml b/.github/workflows/core-api-test.yml index 60d1b692e..95d9266ba 100644 --- a/.github/workflows/core-api-test.yml +++ b/.github/workflows/core-api-test.yml @@ -25,7 +25,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Get the version id: get_version diff --git a/.github/workflows/definition-lint.yml b/.github/workflows/definition-lint.yml index a5fc9a5bb..c17a2b6bd 100644 --- a/.github/workflows/definition-lint.yml +++ b/.github/workflows/definition-lint.yml @@ -28,7 +28,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: submodules: true diff --git a/.github/workflows/e2e-multicluster-test.yml b/.github/workflows/e2e-multicluster-test.yml index c7b629d6f..647a829fe 100644 --- a/.github/workflows/e2e-multicluster-test.yml +++ b/.github/workflows/e2e-multicluster-test.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Install tools run: | diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 93e589538..efae84a45 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Install tools run: | diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 11e80e1cf..95f523649 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -49,7 +49,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: submodules: true @@ -74,7 +74,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: submodules: true @@ -94,7 +94,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: submodules: true @@ -139,7 +139,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: submodules: true @@ -170,7 +170,7 @@ jobs: if: needs.detect-noop.outputs.noop != 'true' steps: - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: submodules: true - name: Set up QEMU @@ -190,7 +190,7 @@ jobs: if: needs.detect-noop.outputs.noop != 'true' steps: - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: submodules: true - name: Set up QEMU diff --git a/.github/workflows/issue-commands.yml b/.github/workflows/issue-commands.yml index ba0fa33f9..0b27715c0 100644 --- a/.github/workflows/issue-commands.yml +++ b/.github/workflows/issue-commands.yml @@ -17,7 +17,7 @@ jobs: issues: write steps: - name: Checkout Actions - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: repository: "oam-dev/kubevela-github-actions" path: ./actions @@ -76,7 +76,7 @@ jobs: }) console.log("Added '" + label + "' label.") - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: fetch-depth: 0 - name: Open Backport PR diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index fe1920dd5..5dadf3cd8 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 name: Check for unapproved licenses steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/registry.yml b/.github/workflows/registry.yml index d535dbbb8..55e229155 100644 --- a/.github/workflows/registry.yml +++ b/.github/workflows/registry.yml @@ -16,7 +16,7 @@ jobs: packages: write runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Get the version id: get_version run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee8d97e03..543aa99eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: name: goreleaser steps: - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: fetch-depth: 0 - run: git fetch --force --tags @@ -56,7 +56,7 @@ jobs: name: upload-sha256sums steps: - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Update kubectl plugin version in krew-index uses: rajatjindal/krew-release-bot@df3eb197549e3568be8b4767eec31c5e8e8e6ad8 # v0.0.46 - name: Update Homebrew formula diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 6bb08b0b5..2e91e257d 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -23,7 +23,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: persist-credentials: false diff --git a/.github/workflows/sdk-test.yml b/.github/workflows/sdk-test.yml index 85c9d0cbe..34892311d 100644 --- a/.github/workflows/sdk-test.yml +++ b/.github/workflows/sdk-test.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out code into the Go module directory - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Setup Go uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe diff --git a/.github/workflows/sync-api.yml b/.github/workflows/sync-api.yml index f008d1e16..9500e5aab 100644 --- a/.github/workflows/sync-api.yml +++ b/.github/workflows/sync-api.yml @@ -23,7 +23,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Get the version id: get_version diff --git a/.github/workflows/sync-sdk.yaml b/.github/workflows/sync-sdk.yaml index 3c624c895..f7f3699ad 100644 --- a/.github/workflows/sync-sdk.yaml +++ b/.github/workflows/sync-sdk.yaml @@ -27,7 +27,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Get the version id: get_version diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index 7b6e6815c..71b860ce9 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout code - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Build Vela Core image from Dockerfile run: | diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 62d0be0bc..e6bef0b19 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -48,7 +48,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: submodules: true