Skip to content

Commit 5061919

Browse files
committed
ci: Update GitHub actions
These will be soon deprecated, update versions.
1 parent ffbac16 commit 5061919

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cibuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env: ${{ matrix.env }}
2121
steps:
2222
- name: Repository checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- name: Ubuntu setup
2525
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
2626
- name: Configure & Make

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@v3
35+
uses: github/codeql-action/init@v4
3636
with:
3737
languages: ${{ matrix.language }}
3838
queries: +security-extended,security-and-quality

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository == 'mbroz/cryptsetup'
1313
steps:
1414
- name: Repository checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Ubuntu setup
1717
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
1818
env:

0 commit comments

Comments
 (0)