Skip to content

Commit 3182684

Browse files
authored
Merge branch 'master' into feat/e3dc-wb
2 parents c433579 + 01f82ba commit 3182684

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+780
-460
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5959
steps:
6060
- name: Checkout repository
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262

6363
# Add any setup steps before running the `github/codeql-action/init` action.
6464
# This includes steps like installing compilers or runtimes (`actions/setup-node`

.github/workflows/default.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
2222

@@ -56,7 +56,7 @@ jobs:
5656
contents: read
5757

5858
steps:
59-
- uses: actions/checkout@v5
59+
- uses: actions/checkout@v6
6060
with:
6161
persist-credentials: false
6262

@@ -94,7 +94,7 @@ jobs:
9494
contents: read
9595

9696
steps:
97-
- uses: actions/checkout@v5
97+
- uses: actions/checkout@v6
9898
with:
9999
persist-credentials: false
100100

@@ -125,7 +125,7 @@ jobs:
125125
contents: read
126126

127127
steps:
128-
- uses: actions/checkout@v5
128+
- uses: actions/checkout@v6
129129
with:
130130
persist-credentials: false
131131

@@ -148,9 +148,9 @@ jobs:
148148
- run: mkdir dist && touch dist/empty
149149

150150
- name: Lint
151-
uses: golangci/golangci-lint-action@v8
151+
uses: golangci/golangci-lint-action@v9
152152
with:
153-
version: v2.5.0
153+
version: latest
154154
args: --timeout 5m
155155

156156
- name: License
@@ -164,7 +164,7 @@ jobs:
164164
runs-on: depot-ubuntu-24.04-arm
165165

166166
steps:
167-
- uses: actions/checkout@v5
167+
- uses: actions/checkout@v6
168168
with:
169169
persist-credentials: false
170170

@@ -210,7 +210,7 @@ jobs:
210210
actions: write
211211

212212
steps:
213-
- uses: actions/checkout@v5
213+
- uses: actions/checkout@v6
214214
with:
215215
persist-credentials: false
216216

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
2222

@@ -51,7 +51,7 @@ jobs:
5151
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
5252

5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555
with:
5656
persist-credentials: false
5757

.github/workflows/language-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: false && (github.event.issue.pull_request || github.event.pull_request)
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626

2727
- name: Check language
2828
id: language_check

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
outputs:
1818
should_run: ${{ steps.should_run.outputs.should_run }}
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
persist-credentials: false
2323
- name: print latest_commit
@@ -52,7 +52,7 @@ jobs:
5252
actions: read
5353

5454
steps:
55-
- uses: actions/checkout@v5
55+
- uses: actions/checkout@v6
5656
with:
5757
ref: refs/heads/master # force master
5858
fetch-depth: 0
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: Checkout
115-
uses: actions/checkout@v5
115+
uses: actions/checkout@v6
116116
with:
117117
repository: evcc-io/hassio-addon
118118
token: ${{ secrets.HASSIO_DEPLOY_TOKEN }}
@@ -144,7 +144,7 @@ jobs:
144144
actions: read
145145

146146
steps:
147-
- uses: actions/checkout@v5
147+
- uses: actions/checkout@v6
148148
with:
149149
fetch-depth: 0
150150
persist-credentials: false

.github/workflows/openapi-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: depot-ubuntu-24.04-arm
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Setup Go
2121
uses: actions/setup-go@v6
2222
with:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
contents: read
2626

2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
with:
3030
fetch-depth: 0
3131
persist-credentials: false
@@ -67,7 +67,7 @@ jobs:
6767
actions: read
6868

6969
steps:
70-
- uses: actions/checkout@v5
70+
- uses: actions/checkout@v6
7171
with:
7272
fetch-depth: 0
7373
persist-credentials: false
@@ -135,7 +135,7 @@ jobs:
135135
env:
136136
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
137137
steps:
138-
- uses: actions/checkout@v5
138+
- uses: actions/checkout@v6
139139
with:
140140
persist-credentials: false
141141
- uses: superfly/flyctl-actions/setup-flyctl@master

.github/workflows/schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
persist-credentials: false
2424
- uses: nwisbeta/[email protected]

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
2222

.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Disable automatic execution of install scripts for security
2+
# This protects against supply chain attacks that use postinstall hooks
3+
# If a package needs its install script, run: npm install --ignore-scripts=false <package>
4+
ignore-scripts=true

0 commit comments

Comments
 (0)