Compare commits

..

5 Commits

Author SHA1 Message Date
dependabot[bot] c812f562ec build(deps): bump github/codeql-action from 4.35.2 to 4.36.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.2 to 4.36.0.
- [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...7211b7c8077ea37d8641b6271f6a365a22a5fbfa)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-25 16:34:20 +00:00
CrazyMax 328f2e0797 Merge pull request #264 from crazy-max/zizmor-fixes
ci: restrict update-dist GitHub App token scope
2026-05-21 14:58:38 +02:00
CrazyMax 9360424f67 ci: restrict update-dist GitHub App token scope
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2026-05-21 14:30:10 +02: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
3 changed files with 12 additions and 10 deletions
+8 -8
View File
@@ -32,7 +32,7 @@ jobs:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-15-intel
- macos-26-large
- windows-latest
version:
- ""
@@ -56,7 +56,7 @@ jobs:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-15-intel
- macos-26-large
- windows-latest
steps:
-
@@ -77,7 +77,7 @@ jobs:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-15-intel
- macos-26-large
- windows-latest
steps:
-
@@ -104,7 +104,7 @@ jobs:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-15-intel
- macos-26-large
- windows-latest
steps:
-
@@ -122,7 +122,7 @@ jobs:
docker context inspect foo
lima-start-args:
runs-on: macos-15-intel
runs-on: macos-26-large
steps:
-
name: Checkout
@@ -186,7 +186,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-15-intel
- macos-26-large
steps:
-
name: Checkout
@@ -282,7 +282,7 @@ jobs:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-15-intel
- macos-26-large
- windows-latest
steps:
-
@@ -333,7 +333,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-15-intel
- macos-26-large
- windows-latest
steps:
-
+2 -2
View File
@@ -35,12 +35,12 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
-
name: Initialize CodeQL
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
with:
languages: javascript-typescript
build-mode: none
-
name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
with:
category: "/language:javascript-typescript"
+2
View File
@@ -26,6 +26,8 @@ jobs:
app-id: ${{ secrets.GHACTIONS_REPO_WRITE_APP_ID }}
private-key: ${{ secrets.GHACTIONS_REPO_WRITE_APP_PRIVATE_KEY }}
owner: docker
repositories: setup-docker-action
permission-contents: write
-
name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2