Remove GitHub workflow metadata

ober

e5c53be3bc98cd4152492d1106ee41f0e7351bc3

diff --git a/.github/workflows/security-baseline.yml b/.github/workflows/security-baseline.yml
deleted file mode 100644
index e98faa7..0000000
--- a/.github/workflows/security-baseline.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-name: CI
-
-on:
-  push:
-    branches: [main, master]
-  pull_request:
-  workflow_dispatch:
-
-permissions:
-  contents: read
-
-jobs:
-  verify:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
-        with:
-          persist-credentials: false
-
-      - name: Install build tools
-        run: sudo apt-get update && sudo apt-get install -y build-essential curl ca-certificates git openssh-client ripgrep pkg-config
-
-      - name: Install Rust
-        uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable snapshot
-        with:
-          toolchain: 1.89.0
-
-      - name: Install cargo-audit
-        run: cargo install cargo-audit --version 0.22.2 --locked
-
-      - name: Install jerbuild
-        run: support/install-verified-jerbuild.sh /tmp/jerbuild
-
-      - name: Verify
-        run: JERBUILD=/tmp/jerbuild make verify
-
-      - name: Release evidence
-        run: JERBUILD=/tmp/jerbuild make release-evidence