Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/zowe/cics-for-zowe-client i…
Browse files Browse the repository at this point in the history
…nto feat/sdk-move

Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Aug 1, 2024
2 parents 912a6b4 + d7321c3 commit 123bf5f
Show file tree
Hide file tree
Showing 42 changed files with 9,278 additions and 8,569 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4

- name: Process Label Action
uses: hramos/respond-to-issue-based-on-label@v2
uses: dessant/label-actions@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: '.github/label-actions.yml'
github-token: ${{ secrets.GITHUB_TOKEN }}
config-path: '.github/label-actions.yml'
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
fetch-depth: 0

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/resources/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
exempt-all-milestones: true

# Rules applied to Issues
exempt-issue-labels: "Epic, bug, priority-critical, priority-high, community-upvoted, for-review, keep"
exempt-issue-labels: "Epic, bug, priority-critical, priority-high, priority-medium, community-upvoted, for-review, good first issue, keep"
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.
Expand Down
Loading

0 comments on commit 123bf5f

Please sign in to comment.