Skip to content

Commit 6faa5da

Browse files
committed
chore(ci): bump pinned actions to latest releases
1 parent 14ce53f commit 6faa5da

4 files changed

Lines changed: 13 additions & 15 deletions

File tree

.github/workflows/ci-build-and-test.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Harden runner
18-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
18+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
1919
with:
2020
egress-policy: audit
2121

2222
- name: Checkout code
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424

2525
- name: Setup Node.js
26-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
26+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2727
with:
2828
node-version: '24'
2929
package-manager-cache: false
@@ -186,8 +186,10 @@ jobs:
186186
187187
- name: Send Slack Notification
188188
if: ${{ !cancelled() }}
189-
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
189+
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
190190
with:
191+
webhook: ${{ secrets.QA_SLACK_WEBHOOK_URL }}
192+
webhook-type: incoming-webhook
191193
payload: |
192194
{
193195
"blocks": [
@@ -200,6 +202,3 @@ jobs:
200202
}
201203
]
202204
}
203-
env:
204-
SLACK_WEBHOOK_URL: ${{ secrets.QA_SLACK_WEBHOOK_URL }}
205-
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

.github/workflows/ci-publish-package.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Harden runner
23-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
23+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
2424
with:
2525
egress-policy: audit
2626

2727
- name: Checkout code
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929

3030
- name: Setup Node.js
31-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
31+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3232
with:
3333
node-version: '24'
3434
package-manager-cache: false
@@ -133,8 +133,10 @@ jobs:
133133
134134
- name: Send Slack Notification for Publish
135135
if: ${{ steps.publish.outcome == 'success' }}
136-
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
136+
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
137137
with:
138+
webhook: ${{ secrets.RELEASES_PROD_SLACK_WEBHOOK_URL }}
139+
webhook-type: incoming-webhook
138140
payload: |
139141
{
140142
"blocks": [
@@ -146,7 +148,4 @@ jobs:
146148
}
147149
}
148150
]
149-
}
150-
env:
151-
SLACK_WEBHOOK_URL: ${{ secrets.RELEASES_PROD_SLACK_WEBHOOK_URL }}
152-
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
151+
}

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Harden runner
30-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
30+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
3131
with:
3232
egress-policy: audit
3333

.github/workflows/osv-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Harden runner
23-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
23+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
2424
with:
2525
egress-policy: audit
2626

0 commit comments

Comments
 (0)