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
2 changes: 1 addition & 1 deletion .github/workflows/dash-licence-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Build dash input
run: cp src/api-collector/go.sum dash-input.sum
- name: Run dash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
outputs:
specs_exists: ${{ steps.check_specs.outputs.exists }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version-file: "${{ env.API_COLLECTOR_DIR }}/go.mod"
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
outputs:
specs: ${{ steps.create_specs_list.outputs.matrix }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Download OpenAPI specs artifacts
uses: actions/download-artifact@v4
with:
Expand All @@ -105,7 +105,7 @@ jobs:
strategy:
matrix: ${{ fromJson(needs.generate_matrix.outputs.specs) }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Download OpenAPI specs artifacts
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0 # Ensure full clone for pull request workflows

Expand Down
Loading