We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec49a47 commit 4ca8a6fCopy full SHA for 4ca8a6f
1 file changed
.github/workflows/release.yml
@@ -3,7 +3,6 @@ on:
3
push:
4
branches:
5
- main
6
- - v1
7
workflow_dispatch:
8
9
concurrency:
@@ -22,6 +21,7 @@ jobs:
22
21
actions: write # for release-please-action to trigger other workflows
23
id-token: write # for actions/attest-build-provenance to generate attestations
24
attestations: write # for actions/attest-build-provenance to write attestations
+ environment: release
25
steps:
26
- name: Harden the runner (Audit all outbound calls)
27
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
@@ -30,7 +30,7 @@ jobs:
30
31
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
32
with:
33
- node-version: 22
+ node-version: 24
34
package-manager-cache: false
35
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36
0 commit comments