From 1ae463ab37de3eb89da700e24c80da4ff0a7802d Mon Sep 17 00:00:00 2001 From: Daniel Palme Date: Sun, 2 Jun 2024 12:01:48 +0200 Subject: [PATCH] Renamed workflows --- .github/workflows/codeql.yaml | 43 ------------------- .../{depsreview.yaml => depsreview.yml} | 0 2 files changed, 43 deletions(-) delete mode 100644 .github/workflows/codeql.yaml rename .github/workflows/{depsreview.yaml => depsreview.yml} (100%) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml deleted file mode 100644 index d5be2511..00000000 --- a/.github/workflows/codeql.yaml +++ /dev/null @@ -1,43 +0,0 @@ -name: "Code Scanning - Action" - -on: - pull_request: - -jobs: - CodeQL-Build: - # CodeQL runs on ubuntu-latest, windows-latest, and macos-latest - runs-on: ubuntu-latest - - permissions: - # required for all workflows - security-events: write - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - # Override language selection by uncommenting this and choosing your languages - with: - languages: csharp - - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - # If this step fails, then you should remove it and run the build manually (see below). - - name: Autobuild - uses: github/codeql-action/autobuild@v3 - - # ℹī¸ Command-line programs to run using the OS shell. - # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun - - # ✏ī¸ If the Autobuild fails above, remove it and uncomment the following - # three lines and modify them (or add more) to build your code if your - # project uses a compiled language - - #- run: | - # make bootstrap - # make release - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/depsreview.yaml b/.github/workflows/depsreview.yml similarity index 100% rename from .github/workflows/depsreview.yaml rename to .github/workflows/depsreview.yml