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
4 changes: 2 additions & 2 deletions .github/workflows/api-review-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ jobs:
echo "Validator: ${{ needs.validate-commonalities-version.outputs.validator_script }}"

- name: Checkout Workflow Repository (Tooling)
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: ${{ inputs.tooling_repository }}
path: review-tools
token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout Target Repository PR
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: ${{ inputs.pr_head_repo }}
ref: ${{ inputs.pr_head_sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v5
uses: actions/checkout@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:

- name: Checkout linting config
if: steps.changes.outputs.release_plan_any_changed != 'true' || steps.validate.outputs.valid == 'true'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v5
uses: actions/checkout@v6
with:
repository: camaraproject/tooling
path: lint-config
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spectral-oas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
- name: Checkout linting config
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: camaraproject/tooling
path: lint-config
Expand Down