Skip to content

Commit fd85a60

Browse files
committed
chore(deps): update actions/checkout digest to 0ad4b8f
1 parent c5fcea9 commit fd85a60

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
32+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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/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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
11+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1212
with:
1313
fetch-depth: 0
1414
- name: Run release-tagger

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
19+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2020
- name: shellcheck
2121
uses: reviewdog/[email protected]
2222
test:
@@ -28,7 +28,7 @@ jobs:
2828
platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, windows-2022]
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
31+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
3232
- name: Test files has no changes
3333
uses: ./
3434
id: changed_files_not_expected

0 commit comments

Comments
 (0)