Skip to content

Commit 953a7dd

Browse files
chore(ci): update actions/checkout digest to 11d5960
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1112e96 commit 953a7dd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
directories: ${{ steps.dirs.outputs.directories }}
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
21+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
2222

2323
- name: Get root directories
2424
id: dirs
@@ -33,7 +33,7 @@ jobs:
3333
directory: ${{ fromJson(needs.collectInputs.outputs.directories) }}
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
36+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
3737

3838
- name: Terraform min/max versions
3939
id: minMax
@@ -63,7 +63,7 @@ jobs:
6363
needs: collectInputs
6464
steps:
6565
- name: Checkout
66-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
66+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
6767
with:
6868
ref: ${{ github.event.pull_request.head.ref }}
6969
repository: ${{github.event.pull_request.head.repo.full_name}}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
15+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
1616

1717
- name: Semantic Release
1818
uses: cycjimmy/semantic-release-action@v4

0 commit comments

Comments
 (0)