Skip to content

Commit 6592654

Browse files
authored
Update GHA actions (#813)
* chore: update github actions [no ci] * chore: rename codeowners file [no ci]
1 parent 7d9de5f commit 6592654

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

.github/CODEOWNERS

-6
This file was deleted.

.github/ISSUE_TEMPLATE/Bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NOTICE: While GitHub is the preferred channel for reporting issues/feedback, thi
88
-->
99

1010
<!--
11-
FOR BUGS RELATED TO THE SALEFORCE CLI, please use this repository: https://github.com/forcedotcom/cli-packages
11+
FOR BUGS RELATED TO THE SALEFORCE CLI, please use this repository: https://github.com/forcedotcom/cli/issues
1212
-->
1313

1414
### Summary

.github/workflows/failureNotifications.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: failureNotifications
22
on:
33
workflow_run:
44
workflows:
5-
- version, tag and github release
65
- publish
76
- create-github-release
87
types:
@@ -14,7 +13,7 @@ jobs:
1413
steps:
1514
- name: Announce Failure
1615
id: slack
17-
uses: slackapi/slack-github-action@v1.21.0
16+
uses: slackapi/slack-github-action@v1.24.0
1817
env:
1918
# for non-CLI-team-owned plugins, you can send this anywhere you like
2019
SLACK_WEBHOOK_URL: ${{ secrets.CLI_ALERTS_SLACK_WEBHOOK }}

.github/workflows/onRelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
tag: ${{ steps.distTag.outputs.tag }}
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
ref: ${{ github.event.release.tag_name || inputs.tag }}
2222
- uses: salesforcecli/github-workflows/.github/actions/getPreReleaseTag@main

CODEOWNERS

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Techical writers will be added as reviewers on markdown changes.
2+
*.md @salesforcecli/cli-docs
3+
4+
# Comment line immediately above ownership line is reserved for related other information. Please be careful while editing.
5+
#ECCN:Open Source 5D002

0 commit comments

Comments
 (0)