From ab3b188df033c8794b856a36e2c7ddd558c51a5b Mon Sep 17 00:00:00 2001 From: Eric Willhoit Date: Mon, 13 Nov 2023 13:42:16 -0600 Subject: [PATCH] chore: update github actions [no ci] --- .github/workflows/failureNotifications.yml | 5 +---- .github/workflows/onRelease.yml | 2 +- CODEOWNERS | 2 -- CODEOWNERS.txt | 5 +++++ 4 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 CODEOWNERS create mode 100644 CODEOWNERS.txt diff --git a/.github/workflows/failureNotifications.yml b/.github/workflows/failureNotifications.yml index 3f7c0d44..2fe2fb8e 100644 --- a/.github/workflows/failureNotifications.yml +++ b/.github/workflows/failureNotifications.yml @@ -1,13 +1,10 @@ name: failureNotifications - on: workflow_run: workflows: - - version, tag and github release - publish types: - completed - jobs: failure-notify: runs-on: ubuntu-latest @@ -15,7 +12,7 @@ jobs: steps: - name: Announce Failure id: slack - uses: slackapi/slack-github-action@v1.21.0 + uses: slackapi/slack-github-action@v1.24.0 env: # for non-CLI-team-owned plugins, you can send this anywhere you like SLACK_WEBHOOK_URL: ${{ secrets.CLI_ALERTS_SLACK_WEBHOOK }} diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index c4dcee16..eac1f193 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -17,7 +17,7 @@ jobs: tag: ${{ steps.distTag.outputs.tag }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.release.tag_name || inputs.tag }} - uses: salesforcecli/github-workflows/.github/actions/getPreReleaseTag@main diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 522fa4a0..00000000 --- a/CODEOWNERS +++ /dev/null @@ -1,2 +0,0 @@ -# Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing. -#ECCN:Open Source diff --git a/CODEOWNERS.txt b/CODEOWNERS.txt new file mode 100644 index 00000000..e0da4b2a --- /dev/null +++ b/CODEOWNERS.txt @@ -0,0 +1,5 @@ +# Techical writers will be added as reviewers on markdown changes. +*.md @salesforcecli/cli-docs + +# Comment line immediately above ownership line is reserved for related other information. Please be careful while editing. +#ECCN:Open Source 5D002 \ No newline at end of file