Skip to content

Commit 260a75c

Browse files
chore(deps): update actions/checkout digest to 692973e
1 parent 230cc20 commit 260a75c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
38+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node }}
2222
- name: Checkout Repo
23-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
23+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2424
- name: cache node_modules (Example)
2525
uses: actions/cache@v4
2626
id: cache
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
node-version: ${{ matrix.node }}
4848
- name: Checkout Repo
49-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
49+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
5050
- name: Versioning
5151
env:
5252
GH_TOKEN: ${{ secrets.GH_TOKEN }}

.github/workflows/sonar-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node }}
2323

2424
- name: Checkout Repo
25-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
25+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2626
with:
2727
# Disabling shallow clone is recommended for improving relevancy of reporting
2828
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: ${{ matrix.node }}
2020

2121
- name: Checkout Repo
22-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
22+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2323

2424
- name: cache node_modules
2525
uses: actions/cache@v4

0 commit comments

Comments
 (0)