Skip to content

Commit 9033181

Browse files
committed
chore(deps): update actions/checkout digest to 1d96c77
1 parent 55e48d3 commit 9033181

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codacy-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# Checkout the repository to the GitHub Actions runner
2626
- name: Checkout code
27-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
27+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2828

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

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
11+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
1212
with:
1313
fetch-depth: 0
1414

.github/workflows/migration-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fix-migrations:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
12+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
1313
with:
1414
fetch-depth: 0
1515
persist-credentials: false

0 commit comments

Comments
 (0)