Skip to content
Merged
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
3 changes: 0 additions & 3 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Configuration for https://github.com/rhysd/actionlint run by pre-commit
self-hosted-runner:
labels:
- ubuntu-24.04 # GitHub-Hosted runner for public workflows - DEPRECATED
- ubuntu-24.04-large # GitHub-Hosted Large runner for public workflows performing authenticated actions - DEPRECATED
- sonar-runner-large # GitHub-Hosted Large with Docker-in-Docker enabled - DEPRECATED
- github-ubuntu-latest-s
- github-windows-latest-s
2 changes: 1 addition & 1 deletion .github/workflows/PullRequestClosed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
PullRequestClosed_job:
name: Pull Request Closed
runs-on: ubuntu-24.04-large
runs-on: github-ubuntu-latest-s
permissions:
id-token: write
pull-requests: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PullRequestCreated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
PullRequestCreated_job:
name: Pull Request Created
runs-on: ubuntu-24.04-large
runs-on: github-ubuntu-latest-s
permissions:
id-token: write
# For external PR, ticket should be created manually
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RequestReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
RequestReview_job:
name: Request review
runs-on: ubuntu-24.04-large
runs-on: github-ubuntu-latest-s
permissions:
id-token: write
# For external PR, ticket should be moved manually
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SubmitReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
SubmitReview_job:
name: Submit Review
runs-on: ubuntu-24.04-large
runs-on: github-ubuntu-latest-s
permissions:
id-token: write
pull-requests: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
pre-commit:
runs-on: sonar-runner-large
runs-on: github-ubuntu-latest-s
steps:
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slack_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
checks: read
jobs:
notify:
runs-on: ubuntu-24.04-large
runs-on: github-ubuntu-latest-s
steps:
- name: Send Slack Notification
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-shell-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
test-shell-scripts:
runs-on: ubuntu-24.04-large
runs-on: github-ubuntu-latest-s
permissions:
id-token: write
contents: read
Expand Down
Loading