Skip to content

Commit 8e61ec6

Browse files
committed
using hash for checkout action
1 parent d0b2454 commit 8e61ec6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_central.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3939
with:
4040
ref: ${{ inputs.branch }}
4141
fetch-depth: '1'
@@ -76,7 +76,7 @@ jobs:
7676
vault-instance: "ci-prod"
7777

7878
- name: Tag branch ${{ inputs.branch }} with release ${{ inputs.version }}, bump version with new release ${{ inputs.version }}
79-
uses: actions/checkout@v7 // TODO commit hash
79+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8080
with:
8181
repository: elastic/elasticsearch-java
8282
token: ${{ steps.fetch-ephemeral-token.outputs.token }}

0 commit comments

Comments
 (0)