Skip to content

Commit 94a3d21

Browse files
chore(deps): update actions/checkout action to v6
1 parent 623f542 commit 94a3d21

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
@@ -20,7 +20,7 @@ jobs:
2020
contents: write
2121
attestations: write
2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2424
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
2525
with:
2626
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1717
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
1818
with:
1919
run-shadow-scans: true

0 commit comments

Comments
 (0)