Skip to content

Commit 7dcfcb3

Browse files
chore(deps): update actions/checkout digest to df4cb1c
1 parent 3a09611 commit 7dcfcb3

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1717
- name: Enable Corepack
1818
run: corepack enable
1919
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -38,7 +38,7 @@ jobs:
3838
contents: read
3939
checks: write
4040
steps:
41-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
41+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4242
- name: Enable Corepack
4343
run: corepack enable
4444
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -81,7 +81,7 @@ jobs:
8181
contents: read
8282
checks: write
8383
steps:
84-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
84+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
8585
- name: Enable Corepack
8686
run: corepack enable
8787
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -174,7 +174,7 @@ jobs:
174174
runs-on: ubuntu-latest
175175
needs: build
176176
steps:
177-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
177+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
178178
- name: Enable Corepack
179179
run: corepack enable
180180
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -215,7 +215,7 @@ jobs:
215215
working-directory: .
216216
steps:
217217
- name: Checkout repository
218-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
218+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
219219
with:
220220
fetch-depth: 0
221221
- name: Enable Corepack

.github/workflows/code-references.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: LaunchDarkly Code References
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1717
with:
1818
fetch-depth: 11
1919
- name: LaunchDarkly Code References

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
41+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/pages-build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2424

2525
- name: Enable Corepack
2626
run: corepack enable

0 commit comments

Comments
 (0)