Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- language: java
build-mode: manual
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Set up Java
if: matrix.language == 'java'
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
if: always() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Build alert summary and upsert Issue
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/outdated-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-ai-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Checkout base branch only
if: steps.secrets.outputs.present == 'true'
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
# pull_request_target defaults to the base branch. Do not override
# ref to the PR head — never run untrusted contributor code here.
Expand Down
Loading