Skip to content

Commit 16b0896

Browse files
committed
chore(deps): update actions/checkout digest to 8ade135
1 parent fb6e406 commit 16b0896

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/codacy-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
# Checkout the repository to the GitHub Actions runner
3131
- name: Checkout code
32-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
32+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
3333

3434
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
3535
- name: Run Codacy Analysis CLI

.github/workflows/codeql.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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
41+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
4242

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

.github/workflows/sync-release-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
update-version:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
11+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1212
with:
1313
fetch-depth: 0
1414
- name: Run release-tagger

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout to branch
17-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
17+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1818

1919
- name: shellcheck
2020
uses: reviewdog/[email protected]
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout to branch
28-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
28+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2929
with:
3030
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
3131
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
@@ -108,7 +108,7 @@ jobs:
108108
fetch-depth: [0, 1]
109109

110110
steps:
111-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
111+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
112112
with:
113113
fetch-depth: ${{ matrix.fetch-depth }}
114114

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
sync-assets:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
12+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1313
with:
1414
fetch-depth: 0
1515

0 commit comments

Comments
 (0)