Skip to content

Commit 06ba0f2

Browse files
Bump the allgithubactions group across 1 directory with 2 updates
Bumps the allgithubactions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: allgithubactions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: allgithubactions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0fe0d25 commit 06ba0f2

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
lint:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929

3030
- name: Install poetry
3131
run: pipx install poetry
@@ -51,7 +51,7 @@ jobs:
5151
security:
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555

5656
- name: Install poetry
5757
run: pipx install poetry
@@ -78,15 +78,15 @@ jobs:
7878
test-compose:
7979
runs-on: ubuntu-latest
8080
steps:
81-
- uses: actions/checkout@v5
81+
- uses: actions/checkout@v6
8282
- run: docker compose build
8383
- run: docker compose down -v --remove-orphans
8484
- run: docker compose up -d
8585

8686
test-local-backend:
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: actions/checkout@v5
89+
- uses: actions/checkout@v6
9090
with:
9191
fetch-depth: 0
9292

@@ -112,7 +112,7 @@ jobs:
112112
run: poetry run coverage html
113113

114114
- name: Upload code coverage report
115-
uses: actions/upload-artifact@v5
115+
uses: actions/upload-artifact@v6
116116
with:
117117
name: codecoverage-${{ github.sha }}
118118
path: htmlcov/
@@ -139,7 +139,7 @@ jobs:
139139
security-events: write
140140
actions: read
141141
steps:
142-
- uses: actions/checkout@v5
142+
- uses: actions/checkout@v6
143143
with:
144144
fetch-depth: 0
145145

@@ -245,7 +245,7 @@ jobs:
245245
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
246246

247247
- name: Upload SBOM & License
248-
uses: actions/upload-artifact@v5
248+
uses: actions/upload-artifact@v6
249249
with:
250250
name: sbom-licence-${{ github.sha }}.json
251251
path: |
@@ -273,7 +273,7 @@ jobs:
273273
run: |
274274
echo "tags: ${{ steps.meta.outputs.tags }}"
275275
276-
- uses: actions/checkout@v5
276+
- uses: actions/checkout@v6
277277

278278
- name: Trigger deployment
279279
run: |

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build-mode: none
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v4

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
exit 1
3232
fi
3333
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
with:
3636
repository: 'minbzk/ai-validation-infra'
3737
ref: main

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
file_contents: ${{ steps.sync.outputs.file_contents }}
2121
sync_exit_code: ${{ steps.sync.outputs.sync_exit_code }}
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424

2525
- name: Install poetry
2626
run: pipx install poetry

0 commit comments

Comments
 (0)