Skip to content

Commit 1331cca

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents 36be7cb + 43e87d9 commit 1331cca

105 files changed

Lines changed: 2815 additions & 3346 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
-6.24 KB
Loading
-2.16 KB
Loading

.github/assets/omodscan-log.png

-20.9 KB
Loading

.github/assets/omodscan-main.png

4.03 KB
Loading

.github/workflows/build-deb-qt5-amd64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v6
4343
with:
4444
ref: ${{ github.event.inputs.tag || github.event.inputs.branch || github.ref_name }}
4545

@@ -235,7 +235,7 @@ jobs:
235235
run: dpkg-buildpackage -us -uc -tc -b
236236

237237
- name: Upload DEB package
238-
uses: actions/upload-artifact@v4
238+
uses: actions/upload-artifact@v7
239239
if: success()
240240
with:
241241
name: ${{ env.DEB_PACKAGE_NAME }}_${{ env.APP_VERSION }}-${{ env.DEB_REVISION }}_${{ env.DEB_ARCH }}

.github/workflows/build-deb-qt6-amd64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v6
4444
with:
4545
ref: ${{ github.event.inputs.tag || github.event.inputs.branch || github.ref_name }}
4646

@@ -261,7 +261,7 @@ jobs:
261261
run: dpkg-buildpackage -us -uc -tc -b
262262

263263
- name: Upload DEB package
264-
uses: actions/upload-artifact@v4
264+
uses: actions/upload-artifact@v7
265265
if: success()
266266
with:
267267
name: ${{ env.DEB_PACKAGE_NAME }}_${{ env.APP_VERSION }}-${{ env.DEB_REVISION }}_${{ env.DEB_ARCH }}

.github/workflows/build-flatpak-x86_64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
apt install -y flatpak-builder flatpak
3535
3636
- name: Checkout repository
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838
with:
3939
ref: ${{ github.event.inputs.tag || github.event.inputs.branch || github.ref_name }}
4040

@@ -125,7 +125,7 @@ jobs:
125125
flatpak build-bundle repo io.github.sanny32.omodscan.flatpak io.github.sanny32.omodscan ${{ env.FLATPAK_CHANNEL }}
126126
127127
- name: Upload bundle artifact
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v7
129129
with:
130130
name: io.github.sanny32.omodscan.flatpak
131131
path: |

.github/workflows/build-installer-qt5-win32.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646
with:
4747
ref: ${{ github.event.inputs.tag || github.event.inputs.branch || github.ref_name }}
4848

@@ -87,7 +87,7 @@ jobs:
8787
shell: cmd
8888

8989
- name: Install Python (for aqtinstall)
90-
uses: actions/setup-python@v5
90+
uses: actions/setup-python@v6
9191
with:
9292
python-version: "3.11"
9393

@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Upload Executable
131131
id: upload-exe
132-
uses: actions/upload-artifact@v4
132+
uses: actions/upload-artifact@v7
133133
if: success()
134134
with:
135135
name: omodscan-${{ env.APP_VERSION }}_${{ env.ARCH }}.exe
@@ -150,7 +150,7 @@ jobs:
150150
wait-for-completion-timeout-in-seconds: 3600
151151

152152
- name: Upload signed Executable
153-
uses: actions/upload-artifact@v4
153+
uses: actions/upload-artifact@v7
154154
if: success() && env.SIGNING_POLICY_SLUG != 'none'
155155
with:
156156
name: omodscan-${{ env.APP_VERSION }}_${{ env.ARCH }}-signed.exe
@@ -189,7 +189,7 @@ jobs:
189189

190190
- name: Upload Installer
191191
id: upload-installer
192-
uses: actions/upload-artifact@v4
192+
uses: actions/upload-artifact@v7
193193
if: success()
194194
with:
195195
name: qt5-omodscan-${{ env.APP_VERSION }}_${{ env.ARCH }}
@@ -210,7 +210,7 @@ jobs:
210210
wait-for-completion-timeout-in-seconds: 3600
211211

212212
- name: Upload signed Installer
213-
uses: actions/upload-artifact@v4
213+
uses: actions/upload-artifact@v7
214214
if: success() && env.SIGNING_POLICY_SLUG != 'none'
215215
with:
216216
name: qt5-omodscan-${{ env.APP_VERSION }}_${{ env.ARCH }}-signed

.github/workflows/build-installer-qt5-win64.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v6
4545
with:
4646
ref: ${{ github.event.inputs.tag || github.event.inputs.branch || github.ref_name }}
4747

@@ -86,7 +86,7 @@ jobs:
8686
shell: cmd
8787

8888
- name: Install Python (for aqtinstall)
89-
uses: actions/setup-python@v5
89+
uses: actions/setup-python@v6
9090
with:
9191
python-version: "3.11"
9292

@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Upload Executable
130130
id: upload-exe
131-
uses: actions/upload-artifact@v4
131+
uses: actions/upload-artifact@v7
132132
if: success()
133133
with:
134134
name: omodscan-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}.exe
@@ -149,7 +149,7 @@ jobs:
149149
wait-for-completion-timeout-in-seconds: 3600
150150

151151
- name: Upload signed Executable
152-
uses: actions/upload-artifact@v4
152+
uses: actions/upload-artifact@v7
153153
if: success() && env.SIGNING_POLICY_SLUG != 'none'
154154
with:
155155
name: omodscan-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}-signed.exe
@@ -188,7 +188,7 @@ jobs:
188188

189189
- name: Upload Installer
190190
id: upload-installer
191-
uses: actions/upload-artifact@v4
191+
uses: actions/upload-artifact@v7
192192
if: success()
193193
with:
194194
name: qt5-omodscan-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}
@@ -209,7 +209,7 @@ jobs:
209209
wait-for-completion-timeout-in-seconds: 3600
210210

211211
- name: Upload signed Installer
212-
uses: actions/upload-artifact@v4
212+
uses: actions/upload-artifact@v7
213213
if: success() && env.SIGNING_POLICY_SLUG != 'none'
214214
with:
215215
name: qt5-omodscan-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}-signed

.github/workflows/build-installer-qt6-win64.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v6
4545
with:
4646
ref: ${{ github.event.inputs.tag || github.event.inputs.branch || github.ref_name }}
4747

@@ -86,7 +86,7 @@ jobs:
8686
shell: cmd
8787

8888
- name: Install Python (for aqtinstall)
89-
uses: actions/setup-python@v5
89+
uses: actions/setup-python@v6
9090
with:
9191
python-version: "3.11"
9292

@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: Upload Executable
125125
id: upload-exe
126-
uses: actions/upload-artifact@v4
126+
uses: actions/upload-artifact@v7
127127
if: success()
128128
with:
129129
name: omodscan-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}.exe
@@ -144,7 +144,7 @@ jobs:
144144
wait-for-completion-timeout-in-seconds: 3600
145145

146146
- name: Upload signed Executable
147-
uses: actions/upload-artifact@v4
147+
uses: actions/upload-artifact@v7
148148
if: success() && env.SIGNING_POLICY_SLUG != 'none'
149149
with:
150150
name: omodscan-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}-signed.exe
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Upload Installer
186186
id: upload-installer
187-
uses: actions/upload-artifact@v4
187+
uses: actions/upload-artifact@v7
188188
if: success()
189189
with:
190190
name: qt6-omodscan-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}
@@ -205,7 +205,7 @@ jobs:
205205
wait-for-completion-timeout-in-seconds: 3600
206206

207207
- name: Upload signed Installer
208-
uses: actions/upload-artifact@v4
208+
uses: actions/upload-artifact@v7
209209
if: success() && env.SIGNING_POLICY_SLUG != 'none'
210210
with:
211211
name: qt6-omodscan-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}-signed

0 commit comments

Comments
 (0)