Skip to content

Commit 8e5f85f

Browse files
chore(deps): update actions/checkout action to v5
1 parent 1d41b17 commit 8e5f85f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id-token: write
2020
contents: write
2121
steps:
22-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
2424
with:
2525
sonar-platform: sqc-eu

.github/workflows/unified-dogfooding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
1818
with:
1919
run-shadow-scans: true

0 commit comments

Comments
 (0)