From d8452b2189bafc92dfa97feccbfeb58c57b562d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 8 Oct 2024 17:45:49 +0200 Subject: [PATCH] CI updates This is done by the automated script named upgrade-c2cciutils-to-1.7 --- .github/workflows/audit.yaml | 45 ------------------------------------ 1 file changed, 45 deletions(-) delete mode 100644 .github/workflows/audit.yaml diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml deleted file mode 100644 index f19befa2f..000000000 --- a/.github/workflows/audit.yaml +++ /dev/null @@ -1,45 +0,0 @@ -name: Audit - -on: - schedule: - - cron: '30 2 * * *' - -jobs: - audit: - name: Audit - runs-on: ubuntu-24.04 - timeout-minutes: 20 - - strategy: - fail-fast: false - matrix: - branch: - - '3.27' - - '3.28' - - '3.29' - - '3.30' - - steps: - - uses: actions/checkout@v4 - with: - ref: ${{ matrix.branch }} - token: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }} - - - uses: camptocamp/initialise-gopass-summon-action@v2 - with: - ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}} - github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}} - - - run: python3 -m venv ~/.venv - - run: ~/.venv/bin/pip install --pre c2cciutils[audit] - - run: python3 -m pip install --pre c2cciutils[audit] - - - name: Snyk audit - run: ~/.venv/bin/c2cciutils-audit --branch=${{ matrix.branch }} - env: - GITHUB_TOKEN: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }} - - name: Check ci/dpkg-versions.yaml file existence - id: dpkg-versions - uses: andstor/file-existence-action@v3 - with: - files: ci/dpkg-versions.yaml