mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Upgrade action-mattermost-notify action to use node 24 (#10647)
Makes the warnings about the upcoming Node 20 deprecation go away.
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
# we pin this action to a version tested and audited by certbot's
|
# we pin this action to a version tested and audited by certbot's
|
||||||
# maintainers for extra security. the full hash is used as doing so is
|
# maintainers for extra security. the full hash is used as doing so is
|
||||||
# recommended by zizmor
|
# recommended by zizmor
|
||||||
- uses: mattermost/action-mattermost-notify@b7d118e440bf2749cd18a4a8c88e7092e696257a
|
- uses: mattermost/action-mattermost-notify@ae31bb6f9e26a54336e79696f108a2c91cf55b4e
|
||||||
with:
|
with:
|
||||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_ASSIGN_WEBHOOK }}
|
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_ASSIGN_WEBHOOK }}
|
||||||
TEXT: >
|
TEXT: >
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
# we pin this action to a version tested and audited by certbot's
|
# we pin this action to a version tested and audited by certbot's
|
||||||
# maintainers for extra security. the full hash is used as doing so is
|
# maintainers for extra security. the full hash is used as doing so is
|
||||||
# recommended by zizmor
|
# recommended by zizmor
|
||||||
- uses: mattermost/action-mattermost-notify@b7d118e440bf2749cd18a4a8c88e7092e696257a
|
- uses: mattermost/action-mattermost-notify@ae31bb6f9e26a54336e79696f108a2c91cf55b4e
|
||||||
with:
|
with:
|
||||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_MERGE_WEBHOOK }}
|
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_MERGE_WEBHOOK }}
|
||||||
TEXT: >
|
TEXT: >
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
echo "result = $DURATION"
|
echo "result = $DURATION"
|
||||||
echo "result=$DURATION" >> "$GITHUB_OUTPUT"
|
echo "result=$DURATION" >> "$GITHUB_OUTPUT"
|
||||||
- name: Send to mattermost
|
- name: Send to mattermost
|
||||||
uses: mattermost/action-mattermost-notify@b7d118e440bf2749cd18a4a8c88e7092e696257a
|
uses: mattermost/action-mattermost-notify@ae31bb6f9e26a54336e79696f108a2c91cf55b4e
|
||||||
with:
|
with:
|
||||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_PUBLIC_CERTBOT_CHANNEL_WEBHOOK }}
|
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_PUBLIC_CERTBOT_CHANNEL_WEBHOOK }}
|
||||||
PAYLOAD: |-
|
PAYLOAD: |-
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
# we pin this action to a version tested and audited by certbot's
|
# we pin this action to a version tested and audited by certbot's
|
||||||
# maintainers for extra security. the full hash is used as doing so is
|
# maintainers for extra security. the full hash is used as doing so is
|
||||||
# recommended by zizmor
|
# recommended by zizmor
|
||||||
- uses: mattermost/action-mattermost-notify@b7d118e440bf2749cd18a4a8c88e7092e696257a
|
- uses: mattermost/action-mattermost-notify@ae31bb6f9e26a54336e79696f108a2c91cf55b4e
|
||||||
with:
|
with:
|
||||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
|
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
|
||||||
MATTERMOST_CHANNEL: private-certbot
|
MATTERMOST_CHANNEL: private-certbot
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
# we pin this action to a version tested and audited by certbot's
|
# we pin this action to a version tested and audited by certbot's
|
||||||
# maintainers for extra security. the full hash is used as doing so is
|
# maintainers for extra security. the full hash is used as doing so is
|
||||||
# recommended by zizmor
|
# recommended by zizmor
|
||||||
- uses: mattermost/action-mattermost-notify@b7d118e440bf2749cd18a4a8c88e7092e696257a
|
- uses: mattermost/action-mattermost-notify@ae31bb6f9e26a54336e79696f108a2c91cf55b4e
|
||||||
with:
|
with:
|
||||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_ASSIGN_WEBHOOK }}
|
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_ASSIGN_WEBHOOK }}
|
||||||
TEXT: >
|
TEXT: >
|
||||||
|
|||||||
Reference in New Issue
Block a user