Skip to content

Commit

Permalink
Fix conflicting workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
lindluni committed Apr 16, 2024
1 parent 7db28f1 commit 5b93548
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/policy-code-scanning-remediation.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/policy-code-scanning-require-codeql.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5b93548

Please sign in to comment.