diff --git a/.github/workflows/policy-code-scanning-remediation.yml b/.github/workflows/policy-code-scanning-remediation.yml index f73859e..d02ac94 100644 --- a/.github/workflows/policy-code-scanning-remediation.yml +++ b/.github/workflows/policy-code-scanning-remediation.yml @@ -1,11 +1,11 @@ -name: "Policy: Code Scanning" +name: "Policy: Code Scanning Require Remediation" on: pull_request: jobs: enforce: - name: Enforce Tools + name: Enforce Remediation runs-on: ubuntu-latest permissions: contents: read diff --git a/.github/workflows/policy-code-scanning-require-codeql.yml b/.github/workflows/policy-code-scanning-require-codeql.yml index 9de78ed..37f86b7 100644 --- a/.github/workflows/policy-code-scanning-require-codeql.yml +++ b/.github/workflows/policy-code-scanning-require-codeql.yml @@ -1,11 +1,11 @@ -name: "Policy: Code Scanning" +name: "Policy: Code Scanning Require CodeQL" on: pull_request: jobs: enforce: - name: Enforce Tools + name: Enforce CodeQL runs-on: ubuntu-latest permissions: contents: read