Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 06d6563

Browse files
Update actions/checkout digest to 692973e
1 parent c7c98cd commit 06d6563

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
release_notes:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1515
- name: Check if it has release drafter config file
1616
id: check_release_drafter
1717
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
GIT_USER_EMAIL: behlp@objectcomputing.com
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
16+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717
with:
1818
token: ${{ secrets.GH_TOKEN }}
1919
- name: Set up JDK

0 commit comments

Comments
 (0)