Skip to content

Commit c2a9729

Browse files
chore(deps): update actions/checkout digest to 08eba0b (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 21def93 commit c2a9729

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: frontend-pr
3434
dir: frontend
3535
steps:
36-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
36+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3737
- uses: ./
3838
with:
3939
commands: |

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
diff_branch: ${{ inputs.diff_branch }}
8787

8888
# Shallow clone is faster, but SonarCloud requires a full clone
89-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
89+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
9090
with:
9191
fetch-depth: 0
9292
repository: ${{ inputs.repository }}
@@ -137,4 +137,4 @@ runs:
137137
# Fix - Clone for action.yml and other verifications
138138
- name: Checkout Action repo to pass tests
139139
if: always() && inputs.repository != github.repository
140-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
140+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4

0 commit comments

Comments
 (0)