Skip to content

Commit e56be76

Browse files
committed
chore: upgrade all actions to latest versions for Node.js 24 support
1 parent 3b747d8 commit e56be76

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/actions/slack-thread-reply/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
steps:
2525
- name: Add emoji reaction
2626
if: ${{ inputs.emoji_reaction != '' }}
27-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
27+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
2828
with:
2929
method: reactions.add
3030
token: ${{ inputs.slack_bot_token }}
@@ -36,7 +36,7 @@ runs:
3636
}
3737
3838
- name: Send thread reply
39-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
39+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
4040
with:
4141
method: chat.postMessage
4242
token: ${{ inputs.slack_bot_token }}

.github/workflows/audit-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v6
1616
- name: Ensure SHA pinned actions
17-
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@9e9574ef04ea69da568d6249bd69539ccc704e74 # v4.0.0
17+
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@cc9ffdc62fadb9f83b46dd0979d9ad50408cc6a6 # v5.0.2
1818
with:
1919
allowlist: |
2020
actions/

.github/workflows/flags-project-board.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ jobs:
7373
steps:
7474
- name: Generate GitHub App Token
7575
id: app-token
76-
uses: actions/create-github-app-token@v2
76+
uses: actions/create-github-app-token@v3
7777
with:
7878
app-id: ${{ secrets.PROJECT_BOARD_BOT_APP_ID }}
7979
private-key: ${{ secrets.PROJECT_BOARD_BOT_PRIVATE_KEY }}
8080
owner: ${{ env.ORG_NAME }}
8181
- name: Get PR Node ID for workflow_dispatch
8282
id: get-pr
8383
if: github.event_name == 'workflow_dispatch'
84-
uses: actions/github-script@v7
84+
uses: actions/github-script@v8
8585
env:
8686
PR_NUMBER: ${{ github.event.inputs.pr_number }}
8787
REPO: ${{ github.event.inputs.repository }}
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Determine PR status and matching boards
107107
id: check
108-
uses: actions/github-script@v7
108+
uses: actions/github-script@v8
109109
env:
110110
ORG_NAME: '${{ env.ORG_NAME }}'
111111
PR_NODE_ID: ${{ inputs.pr_node_id }}
@@ -257,7 +257,7 @@ jobs:
257257
core.setOutput('pr_node_id', nodeId);
258258
- name: Update Project Boards
259259
if: steps.check.outputs.has_matches == 'true'
260-
uses: actions/github-script@v7
260+
uses: actions/github-script@v8
261261
env:
262262
MATCHING_BOARDS: '${{ steps.check.outputs.matching_boards }}'
263263
PR_NODE_ID: ${{ steps.check.outputs.pr_node_id }}

.github/workflows/lint-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
permissions:
1515
pull-requests: read
1616
steps:
17-
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
17+
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/notify-approval-needed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Send Slack notification
5757
id: notify
58-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
58+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
5959
continue-on-error: true
6060
with:
6161
method: chat.postMessage
@@ -125,7 +125,7 @@ jobs:
125125
126126
- name: Send Slack failure event to PostHog
127127
if: ${{ steps.notify.outcome == 'failure' }}
128-
uses: PostHog/posthog-github-action@v0.1
128+
uses: PostHog/posthog-github-action@v1.1.1
129129
with:
130130
posthog-token: "${{ secrets.posthog_project_api_key }}"
131131
event: "sdk-slack-notification-failure"

0 commit comments

Comments
 (0)