FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump actions/checkout from 6.0.2 to 7.0.1 by dependabot[bot] · Pull Request #4431 · graphql-java/graphql-java · GitHub

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

Filter by extension

Filter by extension .yml  (7) All 1 file type selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion .github/workflows/commit_performance_result.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
role-to-assume: arn:aws:iam::637423498965:role/GitHubActionGrahQLJava
aws-region: "ap-southeast-2"
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.1
with:
ref: ${{ github.event.inputs.branch }}
- run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/master.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- gradle-argument: 'jcstress'
label: 'jcstress'
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.1
- uses: gradle/actions/wrapper-validation@v6
- name: Set up JDK 25
uses: actions/setup-java@v5.6.0
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
needs: buildAndTest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.1
with:
token: ${{ secrets.ADMIN_PAT }}
- name: Download Test Stats
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
javadoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.1
- uses: gradle/actions/wrapper-validation@v6
- name: Set up JDK 25
uses: actions/setup-java@v5.6.0
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
MAVEN_CENTRAL_PGP_KEY: ${{ secrets.MAVEN_CENTRAL_PGP_KEY }}

steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.1
- uses: gradle/actions/wrapper-validation@v6
- name: Set up JDK 25
uses: actions/setup-java@v5.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-report.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
github.event.workflow_run.conclusion == 'failure')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.1
- name: Download Test Stats
uses: actions/download-artifact@v8
continue-on-error: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- gradle-argument: 'jcstress'
label: 'jcstress'
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.1
- uses: gradle/actions/wrapper-validation@v6
- name: Set up JDK 25
uses: actions/setup-java@v5.6.0
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
if: always() && github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.1
- name: Download Coverage Report
uses: actions/download-artifact@v8
continue-on-error: true
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
javadoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.1
- uses: gradle/actions/wrapper-validation@v6
- name: Set up JDK 25
uses: actions/setup-java@v5.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
RELEASE_VERSION: ${{ github.event.inputs.version }}

steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.1
- uses: gradle/actions/wrapper-validation@v6
- name: Set up JDK 25
uses: actions/setup-java@v5.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.1
- name: Set up JDK 25
uses: actions/setup-java@v5.6.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-files.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Validate Files (Windows names, size, Unicode safety)
steps:
- name: Checkout code
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.1
with:
fetch-depth: 0 # Fetch all history to check all files

Expand Down
Loading

Back | FazBrowse Home | New Git URL