Skip to content

Commit 03972b6

Browse files
chore(deps): update actions/checkout digest to 0ad4b8f
1 parent c2137c9 commit 03972b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
33+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
3434
with:
3535
# We must fetch at least the immediate parents so that if this is
3636
# a pull request then we can checkout the head.

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node-version: [14.x]
1212

1313
steps:
14-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1515
- name: Use Node.js ${{ matrix.node-version }}
1616
uses: actions/setup-node@v1
1717
with:

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
release-type: node
2121

2222
- if: ${{ steps.release.outputs.release_created }}
23-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
23+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2424

2525
- if: ${{ steps.release.outputs.release_created }}
2626
name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)