Skip to content

Commit

Permalink
Generate client for PF v12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henryrecker-pingidentity committed Dec 26, 2024
1 parent 2f95259 commit a5fa567
Show file tree
Hide file tree
Showing 573 changed files with 15,146 additions and 8,866 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Code Check
on:
pull_request:
branches:
- "v1210"
- "v1220"
push:
branches:
- "v1210"
- "v1220"

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gosec-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: "Security Scan"
# The scheduled workflow runs every at 00:00 on Sunday UTC time.
on:
push:
branches: [ "v1210" ]
branches: [ "v1220" ]
pull_request:
branches: [ "v1210" ]
branches: [ "v1220" ]
schedule:
- cron: '0 0 * * 0'

Expand Down
Loading

0 comments on commit a5fa567

Please sign in to comment.