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/_local_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
contents: read
steps:
- name: Checkout config file
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Run renovate
uses: renovatebot/github-action@5402b206248e5a8c8427a15102702eb9c1793efc # v46.2.4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bzlmod-lock-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: eclipse-score/more-disk-space@beee38c3b4426a7c43fdfeb2495d1af812179c3e # v1.3.0

- name: Checkout repository
uses: actions/checkout@v4.2.2
uses: actions/checkout@v7
with:
lfs: true

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- uses: eclipse-score/more-disk-space@beee38c3b4426a7c43fdfeb2495d1af812179c3e # v1.3.0

- name: Checkout repository
uses: actions/checkout@v4.2.2
uses: actions/checkout@v7
with:
lfs: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
should_refresh_cache: ${{ steps.check.outputs.any_changed }}
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
lfs: true
fetch-depth: 2 # Required by changed-files for push events.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: eclipse-score/more-disk-space@beee38c3b4426a7c43fdfeb2495d1af812179c3e # v1.3.0

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
lfs: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ${{ inputs.runner-labels && fromJSON(inputs.runner-labels) || vars.runner_labels_ghub_standard_x64 && fromJSON(vars.runner_labels_ghub_standard_x64) || vars.REPO_RUNNER_LABELS && fromJSON(vars.REPO_RUNNER_LABELS) || 'ubuntu-latest' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
uses: actions/checkout@v7
with:
lfs: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
level: 4

- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
id-token: write
steps:
- name: Checkout repository root for deploy context
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: ${{ github.repository }}
ref: gh-pages
fetch-depth: 0

- name: Checkout gh-pages branch
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: ${{ github.repository }}
ref: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
level: 3

- name: Checkout repository (Handle all events)
uses: actions/checkout@v4.2.2
uses: actions/checkout@v7
with:
lfs: true
ref: ${{ github.head_ref || github.event.pull_request.head.ref || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: eclipse-score/more-disk-space@beee38c3b4426a7c43fdfeb2495d1af812179c3e # v1.3.0

- name: Checkout repository
uses: actions/checkout@v4.2.2
uses: actions/checkout@v7
with:
lfs: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
issues: write
steps:
- name: Checkout repository (Handle all events)
uses: actions/checkout@v4.2.2
uses: actions/checkout@v7
with:
lfs: true
ref: ${{ github.head_ref || github.event.pull_request.head.ref || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: eclipse-score/more-disk-space@beee38c3b4426a7c43fdfeb2495d1af812179c3e # v1.3.0

- name: Checkout repository (Handle all events)
uses: actions/checkout@v4.2.2
uses: actions/checkout@v7
with:
lfs: true
ref: ${{ github.head_ref || github.event.pull_request.head.ref || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/score-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ inputs.runner-labels && fromJSON(inputs.runner-labels) || vars.runner_labels_ghub_standard_x64 && fromJSON(vars.runner_labels_ghub_standard_x64) || vars.REPO_RUNNER_LABELS && fromJSON(vars.REPO_RUNNER_LABELS) || 'ubuntu-latest' }}
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
lfs: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: eclipse-score/more-disk-space@beee38c3b4426a7c43fdfeb2495d1af812179c3e # v1.3.0

- name: Checkout repository
uses: actions/checkout@v4.2.2
uses: actions/checkout@v7
with:
lfs: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
persist-credentials: false #
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: eclipse-score/more-disk-space@beee38c3b4426a7c43fdfeb2495d1af812179c3e # v1.3.0

- name: Checkout repository (Handle all events)
uses: actions/checkout@v4.2.2
uses: actions/checkout@v7
with:
lfs: true
ref: ${{ github.head_ref || github.event.pull_request.head.ref || github.ref }}
Expand Down
Loading