Commit Graph

299 Commits

Author SHA1 Message Date
dependabot[bot] 2d4dc4d331
Bump jurplel/install-qt-action from 4.0.0 to 4.1.1 (#4360) 2024-11-12 14:07:13 +00:00
offhub 662f953ca6
Update hash.yml 2024-11-04 14:19:45 +03:00
isaak654 e8a3b372be
Update stale.yml 2024-10-26 16:33:19 +02:00
offhub 8a106dea28
Update 2-feature_request.yml 2024-10-26 16:25:25 +03:00
offhub c565766ba7
Update 1-problem_report.yml 2024-10-25 12:38:40 +03:00
dependabot[bot] eaba8a4dd3
Bump actions/upload-artifact from 4.4.0 to 4.4.3 (#4317) 2024-10-22 09:30:20 +00:00
offhub 2a4204d1ca
typo fixes
[skip ci]
2024-10-19 15:35:28 +03:00
DavidXanatos ef827fd240 1.15.0 2024-10-18 17:40:56 +02:00
dependabot[bot] 7ee943f286
Bump actions/upload-artifact from 4.4.0 to 4.4.3 (#4290) 2024-10-10 18:33:34 +00:00
isaak654 6db09a9e7e
Typo fix 2024-09-30 16:16:52 +02:00
isaak654 35ef09bc41
Update main.yml 2024-09-30 16:14:07 +02:00
offhub b8a7704eca
Add Workflow for SHA256 Hash Calculation on Releases
GitHub Actions Workflow: Hash Released Files

This workflow automates the management of release asset hashes whenever a new release is published or edited. Here's an overview of its functionality:

    Trigger: The workflow is triggered by the publication or editing of a release in the specified repository.

    Download Assets: It downloads all assets associated with the release from GitHub.

    Check for Downloaded Assets: Before calculating hashes, the workflow checks if any assets were successfully downloaded. If no assets are found, it sets an environment variable to skip subsequent steps.

    Calculate SHA256 Hashes: If assets are downloaded, the workflow calculates the SHA256 hash for each asset and saves these hashes in a file named sha256-checksums.txt.

    Check Existing Hash File: The workflow checks for an existing version of the hash file. If found, it compares the new hash file to the existing one.

    Conditional Upload:
        If the hashes match, it skips the upload process.
        If the hashes differ, it deletes the existing hash file asset and uploads the new one.

This workflow ensures that each release includes an up-to-date hash file, enabling users to verify the integrity of downloaded assets efficiently.
2024-09-21 20:57:11 +03:00
DavidXanatos 7a0432a388
Merge pull request #4160 from love-code-yeyixiao/love-code-yeyixiao-patch-1
Update main.yml
2024-09-07 10:37:47 +02:00
dependabot[bot] 204860c547
Bump actions/upload-artifact from 4.3.6 to 4.4.0 (#4203) 2024-09-03 13:01:31 +00:00
爱编程的叶一笑 c8ade63332
Update main.yml 2024-08-21 13:49:52 +02:00
dependabot[bot] 91c42c579d
Bump actions/upload-artifact from 4.3.4 to 4.3.6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-08 17:09:48 +02:00
isaak654 747d1d74a7
Update codespell.yml 2024-07-22 13:59:30 +02:00
isaak654 fbbca6f986
Minor fixes 2024-07-17 16:21:40 +02:00
dependabot[bot] 50e633ab80
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#4067) 2024-07-09 18:02:44 +00:00
offhub 92505f4826
Update codespell.yml 2024-07-03 20:06:07 +02:00
isaak654 c1cdaba8e4
Update winget-releaser references 2024-06-25 20:43:39 +02:00
DavidXanatos 1c8037591f
Update main.yml 2024-06-21 10:59:45 +02:00
offhub 65a09ef8e0
Qt-5.15.14-OpenSSL-3.3.1 2024-06-04 20:29:19 +03:00
offhub 3791ac7494
Update 1-problem_report.yml
render: shell to ini
2024-05-25 23:11:13 +03:00
isaak654 7adaf857ab
Update codespell.yml
Only lowercase letters are allowed in --ignore-words-list
2024-04-24 11:01:24 +02:00
offhub 03aa918a47
Update codespell.yml
[skip ci]
2024-04-22 20:35:01 +03:00
isaak654 7601bb9b8a
Update codespell.yml 2024-04-14 11:44:37 +02:00
DavidXanatos 3950c32b1b
Merge pull request #3694 from LumitoLuma/master
Build Sandboxie-Plus with Qt 5.15.13 (L)GPL instead of 5.15.2
2024-03-26 18:56:33 +01:00
isaak654 01bb3baaed
Delete test.yml 2024-03-24 15:34:35 +01:00
Lumito 3531aaf1c1
Build with Qt 5.15.13 (L)GPL 2024-03-24 15:19:43 +01:00
isaak654 d546efc252
Update main.yml
- Added more file path exclusions on push/pull events
- Typo fixes
2024-03-24 13:45:39 +01:00
isaak654 586fedcda7
Update main.yml
This adds specific file path patterns to exclude from push events.
2024-03-03 22:10:24 +01:00
kokofixcomputers 40584bb081
Update codespell.yml
Co-authored-by: isaak654 <isaak654@users.noreply.github.com>
2024-02-14 22:22:20 +01:00
isaak654 af86c66355
Update stale.yml 2024-02-07 17:03:53 +01:00
dependabot[bot] 0f724d4cba
Bump microsoft/setup-msbuild from 1 to 2
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1 to 2.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases)
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md)
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1...v2)

---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-06 11:18:43 +01:00
isaak654 6e8551a308
Typo fixes 2024-02-01 22:12:19 +01:00
isaak654 c8c2e58211
Update codespell.yml 2024-02-01 21:50:36 +01:00
isaak654 f05fdf23b9
Update issue templates 2024-01-06 23:11:12 +01:00
DavidXanatos f8377e14d9
Update main.yml 2024-01-04 21:37:10 +01:00
offhub 2b12cc4f09
Typo fixes
[skip ci]
2024-01-04 18:01:01 +03:00
dependabot[bot] 9a4f6e1570
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20 14:29:56 +01:00
dependabot[bot] 74cf652344
Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20 13:54:39 +01:00
isaak654 337fe7440d
Typo fixes 2023-12-19 18:33:42 +01:00
dependabot[bot] 47630cad98
Bump actions/stale from 8 to 9
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v8...v9)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-13 21:19:52 +01:00
isaak654 7e3fbed656
Update codespell.yml 2023-12-13 15:47:14 +01:00
isaak654 2f743daec3
Update codespell.yml
[skip ci]
2023-11-29 21:26:17 +01:00
offhub 1abe4e9ff4
Update codespell.yml
[skip ci]
2023-11-29 23:01:10 +03:00
offhub 58b9146b18
Update codespell.yml
https://github.com/codespell-project/codespell#dictionary-format
2023-11-18 20:18:30 +01:00
isaak654 2fe22e363b
Update codespell.yml 2023-10-26 22:05:35 +02:00
isaak654 34809716f9
Typo fix and codespell update 2023-10-21 16:52:38 +02:00