From 428cac95c722549b43f9d72ef05055a755203646 Mon Sep 17 00:00:00 2001 From: Knative Automation Date: Wed, 2 Aug 2023 04:01:48 +0100 Subject: [PATCH] Update actions (#934) Signed-off-by: Knative Automation --- .github/workflows/knative-go-build.yaml | 2 +- .github/workflows/knative-go-test.yaml | 2 +- .github/workflows/knative-security.yaml | 2 +- .github/workflows/knative-stale.yaml | 2 +- .github/workflows/knative-style.yaml | 2 +- .github/workflows/knative-verify.yaml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/knative-go-build.yaml b/.github/workflows/knative-go-build.yaml index 0ecbdbccb..10c3de1a1 100644 --- a/.github/workflows/knative-go-build.yaml +++ b/.github/workflows/knative-go-build.yaml @@ -1,7 +1,7 @@ # Copyright 2020 The Knative Authors. # SPDX-License-Identifier: Apache-2.0 -# This file is automagically synced here from github.com/knative-sandbox/knobots +# This file is automagically synced here from github.com/knative-extensions/knobots name: Build diff --git a/.github/workflows/knative-go-test.yaml b/.github/workflows/knative-go-test.yaml index 52a2d60ed..75d921e21 100644 --- a/.github/workflows/knative-go-test.yaml +++ b/.github/workflows/knative-go-test.yaml @@ -1,7 +1,7 @@ # Copyright 2022 The Knative Authors. # SPDX-License-Identifier: Apache-2.0 -# This file is automagically synced here from github.com/knative-sandbox/knobots +# This file is automagically synced here from github.com/knative-extensions/knobots name: Test diff --git a/.github/workflows/knative-security.yaml b/.github/workflows/knative-security.yaml index 4a0848ca6..a6cd68137 100644 --- a/.github/workflows/knative-security.yaml +++ b/.github/workflows/knative-security.yaml @@ -1,7 +1,7 @@ # Copyright 2020 The Knative Authors. # SPDX-License-Identifier: Apache-2.0 -# This file is automagically synced here from github.com/knative-sandbox/knobots +# This file is automagically synced here from github.com/knative-extensions/knobots name: 'Security' diff --git a/.github/workflows/knative-stale.yaml b/.github/workflows/knative-stale.yaml index e46461c1e..2e25b9d99 100644 --- a/.github/workflows/knative-stale.yaml +++ b/.github/workflows/knative-stale.yaml @@ -1,7 +1,7 @@ # Copyright 2020 The Knative Authors. # SPDX-License-Identifier: Apache-2.0 -# This file is automagically synced here from github.com/knative-sandbox/knobots +# This file is automagically synced here from github.com/knative-extensions/knobots name: 'Close stale' on: diff --git a/.github/workflows/knative-style.yaml b/.github/workflows/knative-style.yaml index 7ca9e6024..55bb1537c 100644 --- a/.github/workflows/knative-style.yaml +++ b/.github/workflows/knative-style.yaml @@ -1,7 +1,7 @@ # Copyright 2020 The Knative Authors. # SPDX-License-Identifier: Apache-2.0 -# This file is automagically synced here from github.com/knative-sandbox/knobots +# This file is automagically synced here from github.com/knative-extensions/knobots name: Code Style diff --git a/.github/workflows/knative-verify.yaml b/.github/workflows/knative-verify.yaml index 28a4af54b..e1a28c4f5 100644 --- a/.github/workflows/knative-verify.yaml +++ b/.github/workflows/knative-verify.yaml @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This file is automagically synced here from github.com/knative-sandbox/.github -# repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten. +# This file is automagically synced here from github.com/knative-extensions/.github +# repo by knobots: https://github.com/knative-extensions/knobots and will be overwritten. name: Verify