Commit Graph

1382 Commits (8bf26f912b92015a8af4f7e09e9e5848566816ba)

Author SHA1 Message Date
Philipp Rüegsegger 8bf26f912b fix: updated template 2024-03-18 14:11:03 +01:00
Philipp Rüegsegger f5613f6cf9 feat: add function to stop service 2024-03-18 14:04:23 +01:00
github-actions[bot] d5e5d89afb
Merge pull request #588 from Romanitho/dependabot/github_actions/peter-evans/create-pull-request-6.0.2
Bump peter-evans/create-pull-request from 6.0.1 to 6.0.2
2024-03-18 06:41:34 +00:00
dependabot[bot] e44ab1f8c0
Bump peter-evans/create-pull-request from 6.0.1 to 6.0.2
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](a4f52f8033...70a41aba78)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 06:41:23 +00:00
github-actions[bot] 04591eecd6 Changed version to 1.19.2-10 2024-03-12 01:15:51 +00:00
github-actions[bot] 73d9954548
Merge pull request #581 from Romanitho/dependabot/github_actions/oxsecurity/megalinter-7.10.0
Bump oxsecurity/megalinter from 7.9.0 to 7.10.0
2024-03-11 06:24:33 +00:00
dependabot[bot] 1def108ed3
Bump oxsecurity/megalinter from 7.9.0 to 7.10.0
Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 7.9.0 to 7.10.0.
- [Release notes](https://github.com/oxsecurity/megalinter/releases)
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md)
- [Commits](190cd0dad6...a7a0163b6c)

---
updated-dependencies:
- dependency-name: oxsecurity/megalinter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 06:24:20 +00:00
github-actions[bot] 59a4cc0771 Changed version to 1.19.2-9 2024-03-05 01:15:45 +00:00
github-actions[bot] de205467b2
Merge pull request #578 from Romanitho/dependabot/github_actions/peter-evans/create-pull-request-6.0.1
Bump peter-evans/create-pull-request from 6.0.0 to 6.0.1
2024-03-04 06:18:51 +00:00
dependabot[bot] bbe9fbebcb
Bump peter-evans/create-pull-request from 6.0.0 to 6.0.1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](b1ddad2c99...a4f52f8033)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 06:18:31 +00:00
github-actions[bot] 896f32737e Changed version to 1.19.2-8 2024-02-29 01:15:53 +00:00
Romain 83e8a79aff
Merge pull request #573 from Romanitho/clean
Changes to be used with Intune
2024-02-28 16:00:30 +01:00
romanitho 48326dc482 Update Winget-Install.ps1 2024-02-23 13:39:13 +01:00
romanitho adc9da6882 Update Winget-Install.ps1 2024-02-23 12:49:59 +01:00
romanitho 7487530a5e simplify 2024-02-23 12:44:15 +01:00
romanitho 0795ff4936 Changes to be used with Intune
@KnifMelti
I made few adjustments to allow mods to be put inside Intunewim package. This way, we can run install command with `%programdata%\Winget-AutoUpdate\Winget-Install.ps1` and it should copy mods from the intunewim to the WAU mod location
2024-02-23 12:40:13 +01:00
github-actions[bot] 93cbb3e5be Changed version to 1.19.2-7 2024-02-23 01:15:34 +00:00
Romain fc23481dea
Merge pull request #572 from Romanitho/create-pull-request/patch
[MegaLinter] Apply linters automatic fixes
2024-02-23 00:37:50 +01:00
Romain 9796b85dff
Merge pull request #571 from Romanitho/Wildcard
Add support for wildcard in app ID
2024-02-23 00:35:26 +01:00
Romanitho a8d09ba998 [MegaLinter] Apply linters automatic fixes 2024-02-22 07:47:05 +00:00
romanitho 872fd53119 Update Readme 2024-02-22 08:43:35 +01:00
romanitho 3f7732b684 spelling 2024-02-21 23:41:47 +01:00
romanitho 0f0191b5c6 Update default list to latest changes (and as example) 2024-02-21 23:37:41 +01:00
romanitho 52ad20adad Adding support for wildcard in app id 2024-02-21 23:26:51 +01:00
github-actions[bot] 98e5c5392e Changed version to 1.19.2-6 2024-02-20 01:15:28 +00:00
Romain 5bec9e0091
Merge pull request #569 from Romanitho/Antivirus
Simplify the lnk
2024-02-19 18:00:52 +01:00
romanitho 4e863340c0 Simplify the lnk
Due to Antivirus false detection, testing a simplified command:
From:
%WinDir%\System32\WindowsPowerShell\v1.0\powershell.exe -ep Bypass -w h -C "& {gci -R | Unblock-File; ".\WAU\Gui.ps1"}"
To:
%WinDir%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -File .\WAU\Gui.ps1
2024-02-19 17:51:48 +01:00
Romain 73e792662b
Merge pull request #565 from Romanitho/dependabot/github_actions/DamianReeves/write-file-action-1.3
Bump DamianReeves/write-file-action from 1.2 to 1.3
2024-02-19 14:33:04 +01:00
Romain 1d39ed37e1
Merge pull request #544 from AndrewDemski-ad-gmail-com/patch-6
Update Winget-Upgrade.ps1
2024-02-19 12:11:01 +01:00
github-actions[bot] 1b9b09b86b Changed version to 1.19.2-5 2024-02-13 01:17:05 +00:00
github-actions[bot] fae29da6d5
Merge pull request #564 from Romanitho/dependabot/github_actions/ncipollo/release-action-1.14.0
Bump ncipollo/release-action from 1.13.0 to 1.14.0
2024-02-12 06:08:59 +00:00
github-actions[bot] 13bf362fa7
Merge pull request #563 from Romanitho/dependabot/github_actions/oxsecurity/megalinter-7.9.0
Bump oxsecurity/megalinter from 7.8.0 to 7.9.0
2024-02-12 06:08:53 +00:00
dependabot[bot] 3acef2331e
Bump DamianReeves/write-file-action from 1.2 to 1.3
Bumps [DamianReeves/write-file-action](https://github.com/damianreeves/write-file-action) from 1.2 to 1.3.
- [Release notes](https://github.com/damianreeves/write-file-action/releases)
- [Commits](0a7fcbe196...6929a9a6d1)

---
updated-dependencies:
- dependency-name: DamianReeves/write-file-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 06:08:47 +00:00
dependabot[bot] 9df22ce699
Bump ncipollo/release-action from 1.13.0 to 1.14.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](6c75be85e5...2c591bcc8e)

---
updated-dependencies:
- dependency-name: ncipollo/release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 06:08:45 +00:00
dependabot[bot] 479d893e05
Bump oxsecurity/megalinter from 7.8.0 to 7.9.0
Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/oxsecurity/megalinter/releases)
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md)
- [Commits](688bc7466d...190cd0dad6)

---
updated-dependencies:
- dependency-name: oxsecurity/megalinter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 06:08:42 +00:00
github-actions[bot] 838504da23 Changed version to 1.19.2-4 2024-02-06 01:16:44 +00:00
github-actions[bot] d9da260ae6
Merge pull request #560 from Romanitho/dependabot/github_actions/peter-evans/create-pull-request-6.0.0
Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0
2024-02-05 06:31:23 +00:00
dependabot[bot] be14b366e0
Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](153407881e...b1ddad2c99)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 06:31:09 +00:00
github-actions[bot] acee968e06 Changed version to 1.19.2-3 2024-01-23 01:24:42 +00:00
github-actions[bot] b6794bca54
Merge pull request #552 from Romanitho/dependabot/github_actions/oxsecurity/megalinter-7.8.0
Bump oxsecurity/megalinter from 7.7.0 to 7.8.0
2024-01-22 06:33:26 +00:00
dependabot[bot] 63a133e76e
Bump oxsecurity/megalinter from 7.7.0 to 7.8.0
Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 7.7.0 to 7.8.0.
- [Release notes](https://github.com/oxsecurity/megalinter/releases)
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md)
- [Commits](7e042c726c...688bc7466d)

---
updated-dependencies:
- dependency-name: oxsecurity/megalinter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 06:33:10 +00:00
github-actions[bot] 37a4e1bf63 Changed version to 1.19.2-2 2024-01-16 01:22:56 +00:00
github-actions[bot] 50cbf153ad
Merge pull request #545 from Romanitho/dependabot/github_actions/MCKanpolat/auto-semver-action-1.0.11
Bump MCKanpolat/auto-semver-action from 1.0.10 to 1.0.11
2024-01-15 06:24:40 +00:00
dependabot[bot] a1943c3a48
Bump MCKanpolat/auto-semver-action from 1.0.10 to 1.0.11
Bumps [MCKanpolat/auto-semver-action](https://github.com/mckanpolat/auto-semver-action) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/mckanpolat/auto-semver-action/releases)
- [Commits](b0314e8d64...5003b8d37f)

---
updated-dependencies:
- dependency-name: MCKanpolat/auto-semver-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 06:24:28 +00:00
Andrzej Demski 9c9d268340
Update Winget-Upgrade.ps1
Quick-Fix for bug reported in https://github.com/Romanitho/Winget-AutoUpdate/issues/543

Summary: with additional parameters we filter files (and ignore folders), then drill it down to PS1 files, also proactively we ignore sub-folders if such are present.
2024-01-13 17:13:27 +01:00
github-actions[bot] 5673195042 Changed version to 1.19.2-1 2023-12-19 01:21:22 +00:00
github-actions[bot] 7625f42603
Merge pull request #535 from Romanitho/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2023-12-18 06:11:39 +00:00
dependabot[bot] 2578cf3815
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>
2023-12-18 06:11:22 +00:00
github-actions[bot] 35bffaa316 Changed version to 1.19.2-0 2023-12-14 01:21:13 +00:00
Romain 4008c615ae
Update README.md 2023-12-13 17:49:44 +01:00