Compare commits

...

4 Commits

Author SHA1 Message Date
matusbulla
ac91334775
Merge fcc19061e6 into da5b89b92c 2026-03-20 16:48:38 +00:00
CrazyMax
da5b89b92c
Merge pull request #943 from crazy-max/codeql
Some checks failed
codeql / analyze (push) Failing after 13m29s
test / test (push) Successful in 2m24s
validate / prepare (push) Successful in 56s
validate / validate (push) Successful in 1m6s
ci: update codeql workflow
2026-03-20 16:57:15 +01:00
CrazyMax
b78dc2c156
ci: update codeql workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2026-03-20 11:48:51 +01:00
matusbulla
fcc19061e6
Update README for DigitalOcean
Changed the login info for digital ocean e.g: how to authenticate (after i spend hour trying to figure out why it does not work)

Signed-off-by: matusbulla <104327900+matusbulla@users.noreply.github.com>
2025-10-16 16:37:06 +02:00
2 changed files with 17 additions and 22 deletions

View File

@ -5,46 +5,41 @@ on:
branches: branches:
- 'master' - 'master'
- 'releases/v*' - 'releases/v*'
paths:
- '.github/workflows/codeql.yml'
- 'dist/**'
- 'src/**'
pull_request: pull_request:
paths:
- '.github/workflows/codeql.yml'
- 'dist/**'
- 'src/**'
permissions: permissions:
actions: read actions: read
contents: read contents: read
security-events: write security-events: write
env:
NODE_VERSION: "24"
jobs: jobs:
analyze: analyze:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language:
- javascript-typescript
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v6
-
name: Enable corepack
run: |
corepack enable
yarn --version
-
name: Set up Node
uses: actions/setup-node@v6
with:
node-version: ${{ env.NODE_VERSION }}
- -
name: Initialize CodeQL name: Initialize CodeQL
uses: github/codeql-action/init@v4 uses: github/codeql-action/init@v4
with: with:
languages: ${{ matrix.language }} languages: javascript-typescript
config: | build-mode: none
paths:
- src
-
name: Autobuild
uses: github/codeql-action/autobuild@v4
- -
name: Perform CodeQL Analysis name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4 uses: github/codeql-action/analyze@v4
with: with:
category: "/language:${{matrix.language}}" category: "/language:javascript-typescript"

View File

@ -474,7 +474,7 @@ jobs:
### DigitalOcean Container Registry ### DigitalOcean Container Registry
Use your DigitalOcean registered email address and an API access token to authenticate. Use your [DigitalOcean](https://docs.digitalocean.com/products/container-registry/how-to/set-up-ci-cd/) DigitalOcean API token as both the username and the password.
```yaml ```yaml
name: ci name: ci