diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f180311 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + # No package.json at the repo root — site is static HTML + a build-blog + # script that runs `node build-blog.js` directly with Node's stdlib. + # Only github-actions needs tracking until/unless a build pipeline + # introduces real npm deps. + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000..8cf8e99 --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,43 @@ +name: CodeQL + +on: + push: + branches: [main] + pull_request: + branches: [main] + schedule: + - cron: "37 7 * * 1" + +permissions: + actions: read + contents: read + security-events: write + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + timeout-minutes: 15 + strategy: + fail-fast: false + matrix: + language: [javascript-typescript] + steps: + - uses: actions/checkout@v4 + + - uses: github/codeql-action/init@v3 + with: + languages: ${{ matrix.language }} + # Default queries are enough for a static-site repo. The only + # JS surface is build-blog.js (build-time, no user input) plus + # inline