Skip to content

Commit 75c33fd

Browse files
setup-ovr-platform-util@v1.1.8 (#25)
- updated dependencies
1 parent 3c1f356 commit 75c33fd

File tree

7 files changed

+797
-1990
lines changed

7 files changed

+797
-1990
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Update Release Tags
2+
on:
3+
push:
4+
tags: ['*']
5+
workflow_dispatch:
6+
jobs:
7+
update-release-tags:
8+
runs-on: ubuntu-latest
9+
permissions:
10+
contents: write
11+
steps:
12+
- uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
15+
- uses: RageAgainstThePixel/update-action-release-tags@v1

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ on:
33
schedule:
44
- cron: '0 0 * * 0' # every Sunday at midnight
55
push:
6-
branches:
7-
- 'main'
6+
branches: ['main']
87
pull_request:
9-
branches:
10-
- '*'
8+
branches: ['*']
119
# Allows you to run this workflow manually from the Actions tab
1210
workflow_dispatch:
1311
concurrency:
@@ -16,6 +14,8 @@ concurrency:
1614
jobs:
1715
validate:
1816
runs-on: ${{ matrix.os }}
17+
permissions:
18+
contents: read
1919
strategy:
2020
fail-fast: false
2121
matrix:

dist/index.js

Lines changed: 672 additions & 1830 deletions
Large diffs are not rendered by default.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -103,25 +103,6 @@ The above copyright notice and this permission notice shall be included in all c
103103

104104
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
105105

106-
lru-cache
107-
ISC
108-
The ISC License
109-
110-
Copyright (c) Isaac Z. Schlueter and Contributors
111-
112-
Permission to use, copy, modify, and/or distribute this software for any
113-
purpose with or without fee is hereby granted, provided that the above
114-
copyright notice and this permission notice appear in all copies.
115-
116-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
117-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
118-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
119-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
120-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
121-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
122-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
123-
124-
125106
semver
126107
ISC
127108
The ISC License
@@ -189,35 +170,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
189170
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
190171
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
191172
SOFTWARE.
192-
193-
194-
uuid
195-
MIT
196-
The MIT License (MIT)
197-
198-
Copyright (c) 2010-2020 Robert Kieffer and other contributors
199-
200-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
201-
202-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
203-
204-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
205-
206-
207-
yallist
208-
ISC
209-
The ISC License
210-
211-
Copyright (c) Isaac Z. Schlueter and Contributors
212-
213-
Permission to use, copy, modify, and/or distribute this software for any
214-
purpose with or without fee is hereby granted, provided that the above
215-
copyright notice and this permission notice appear in all copies.
216-
217-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
218-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
219-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
220-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
221-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
222-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
223-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)