Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot] 31acd66cfa build(deps): bump github/codeql-action from 4.35.2 to 4.35.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.2 to 4.35.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/95e58e9a2cdfd71adc6e0353d5c52f41a045d225...e46ed2cbd01164d986452f91f178727624ae40d7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-04 13:13:23 +00:00
Paweł Gronowski f6ea87cae1 Merge pull request #253 from crazy-max/ci-bump-macos
ci: update macos runners to 26
2026-04-24 16:52:32 +02:00
CrazyMax b7bb222773 ci: update macos runners to 26
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2026-04-24 15:38:03 +02:00
2 changed files with 10 additions and 10 deletions
+8 -8
View File
@@ -32,7 +32,7 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
- ubuntu-24.04-arm - ubuntu-24.04-arm
- macos-15-intel - macos-26-large
- windows-latest - windows-latest
version: version:
- "" - ""
@@ -56,7 +56,7 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
- ubuntu-24.04-arm - ubuntu-24.04-arm
- macos-15-intel - macos-26-large
- windows-latest - windows-latest
steps: steps:
- -
@@ -77,7 +77,7 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
- ubuntu-24.04-arm - ubuntu-24.04-arm
- macos-15-intel - macos-26-large
- windows-latest - windows-latest
steps: steps:
- -
@@ -104,7 +104,7 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
- ubuntu-24.04-arm - ubuntu-24.04-arm
- macos-15-intel - macos-26-large
- windows-latest - windows-latest
steps: steps:
- -
@@ -122,7 +122,7 @@ jobs:
docker context inspect foo docker context inspect foo
lima-start-args: lima-start-args:
runs-on: macos-15-intel runs-on: macos-26-large
steps: steps:
- -
name: Checkout name: Checkout
@@ -186,7 +186,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: os:
- macos-15-intel - macos-26-large
steps: steps:
- -
name: Checkout name: Checkout
@@ -282,7 +282,7 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
- ubuntu-24.04-arm - ubuntu-24.04-arm
- macos-15-intel - macos-26-large
- windows-latest - windows-latest
steps: steps:
- -
@@ -333,7 +333,7 @@ jobs:
matrix: matrix:
os: os:
- ubuntu-latest - ubuntu-latest
- macos-15-intel - macos-26-large
- windows-latest - windows-latest
steps: steps:
- -
+2 -2
View File
@@ -35,12 +35,12 @@ jobs:
node-version: ${{ env.NODE_VERSION }} node-version: ${{ env.NODE_VERSION }}
- -
name: Initialize CodeQL name: Initialize CodeQL
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
with: with:
languages: javascript-typescript languages: javascript-typescript
build-mode: none build-mode: none
- -
name: Perform CodeQL Analysis name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
with: with:
category: "/language:javascript-typescript" category: "/language:javascript-typescript"