Skip to content

Commit 6c353a5

Browse files
authored
pin all the workflows to a sha
1 parent 08c2d26 commit 6c353a5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # [email protected]
2828
with:
2929
persist-credentials: false
3030

@@ -44,7 +44,7 @@ jobs:
4444
run: script/build
4545

4646
- name: upload artifact
47-
uses: actions/upload-artifact@4.6.2
47+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # pin@v4.6.2
4848
id: upload-artifact
4949
with:
5050
path: "${{ steps.build.outputs.gem_path }}"
@@ -58,11 +58,11 @@ jobs:
5858
packages: write
5959
id-token: write
6060
steps:
61-
- uses: actions/checkout@v5
61+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # [email protected]
6262
with:
6363
persist-credentials: false
6464

65-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
65+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # [email protected]
6666
with:
6767
artifact-ids: ${{ needs.build.outputs.artifact-id }}
6868

@@ -128,12 +128,12 @@ jobs:
128128
contents: read
129129

130130
steps:
131-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
131+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # [email protected]
132132
with:
133133
artifact-ids: ${{ needs.build.outputs.artifact-id }}
134134

135135
- name: attest build provenance
136-
uses: actions/[email protected]
136+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # pin@v3.0.0
137137
with:
138138
subject-path: "artifact/${{ needs.build.outputs.gem_path }}"
139139

@@ -143,7 +143,7 @@ jobs:
143143
runs-on: ubuntu-latest
144144

145145
steps:
146-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
146+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # [email protected]
147147
with:
148148
artifact-ids: ${{ needs.build.outputs.artifact-id }}
149149

0 commit comments

Comments
 (0)