File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
fail-fast : false
17
17
matrix :
18
18
env :
19
- - { COMPILER: "gcc", COMPILER_VERSION: "13 ", RUN_SSH_PLUGIN_TEST: "1" }
19
+ - { COMPILER: "gcc", COMPILER_VERSION: "14 ", RUN_SSH_PLUGIN_TEST: "1" }
20
20
env : ${{ matrix.env }}
21
21
steps :
22
22
- name : Repository checkout
23
- uses : actions/checkout@v1
23
+ uses : actions/checkout@v4
24
24
- name : Ubuntu setup
25
25
run : sudo -E .github/workflows/cibuild-setup-ubuntu.sh
26
26
- name : Configure & Make
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
34
34
- name : Initialize CodeQL
35
35
uses : github/codeql-action/init@v3
39
39
config-file : .codeql-config.yml
40
40
41
41
- name : Install dependencies
42
- run : sudo -E .github/workflows/cibuild-setup-ubuntu.sh
43
- env : { COMPILER: "gcc", COMPILER_VERSION: "13", RUN_SSH_PLUGIN_TEST: "1" }
42
+ run : |
43
+ sudo -E .github/workflows/cibuild-setup-ubuntu.sh
44
+ # Force autoconf for now, meson is broken in analysis step
45
+ rm meson.build
46
+
47
+ env : { COMPILER: "gcc", COMPILER_VERSION: "14", RUN_SSH_PLUGIN_TEST: "1" }
44
48
45
49
- name : Autobuild
46
50
uses : github/codeql-action/autobuild@v3
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
if : github.repository == 'mbroz/cryptsetup'
13
13
steps :
14
14
- name : Repository checkout
15
- uses : actions/checkout@v1
15
+ uses : actions/checkout@v4
16
16
- name : Ubuntu setup
17
17
run : sudo -E .github/workflows/cibuild-setup-ubuntu.sh
18
18
env :
19
19
COMPILER : " gcc"
20
- COMPILER_VERSION : " 13 "
20
+ COMPILER_VERSION : " 14 "
21
21
- name : Install Coverity
22
22
run : |
23
23
wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=mbroz/cryptsetup" -O cov-analysis-linux64.tar.gz
You can’t perform that action at this time.
0 commit comments