diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4fcf7e6..8f38985 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -53,7 +53,6 @@ jobs: go-version: 'stable' cache: true - # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 @@ -66,7 +65,6 @@ jobs: # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality - # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 915faae..a5e1878 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -69,7 +69,6 @@ jobs: with: go-version: 'stable' cache: true - cache: true - name: Install Syft uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1be75f..74d2acc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,6 @@ jobs: go-version: 'stable' cache: true - - name: setup task uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2.0.0 with: @@ -52,7 +51,6 @@ jobs: go-version: 'stable' cache: true - - name: setup task uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2.0.0 with: @@ -80,7 +78,6 @@ jobs: go-version: 'stable' cache: true - - name: golangci-lint uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 @@ -96,7 +93,6 @@ jobs: go-version: 'stable' cache: true - - name: setup task uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2.0.0 with: