Skip to content

Commit fc3b4b5

Browse files
committed
chore: use the commit hash instead of a version number for github actions
1 parent 6ee2b95 commit fc3b4b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/slack-notification/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ runs:
1616
using: "composite"
1717
steps:
1818
- name: Send Slack notification
19-
uses: slackapi/slack-github-action@v1.25.0
19+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2
2020
with:
2121
channel-id: ${{ inputs.channel-id }}
2222
slack-message: ${{ inputs.message }}
2323
env:
24-
SLACK_BOT_TOKEN: ${{ inputs.bot-token }}
24+
SLACK_BOT_TOKEN: ${{ inputs.bot-token }}

.github/workflows/UpdateMinimumMxVersion.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
update-version:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323

2424
- name: Setup Node.js
25-
uses: actions/setup-node@v3
25+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2626
with:
2727
node-version: "20"
2828

0 commit comments

Comments
 (0)