Skip to content

Commit 6d68896

Browse files
Bump actions/checkout from 4.1.0 to 4.1.1 (#345)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7adf061 commit 6d68896

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
32+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
11+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
19+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
31+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3232
- name: Test files has no changes
3333
uses: ./
3434
id: changed_files_not_expected

0 commit comments

Comments
 (0)