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
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
language: [ 'java', 'javascript', 'python' ]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
oracle: [ 'oracle-xe:21.3.0-full', 'oracle-free:23.26.2-full' ]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
postgis: 18-3.6-alpine

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true

Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: false

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
contents: read
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: false

Expand All @@ -176,7 +176,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: false

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/owasp-dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: 'OWASP dependency check'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: 'Set up JDK'
uses: actions/setup-java@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
reusecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

# Only check a few subdirectories for now
- name: 'REUSE Compliance Check (BGT loader)'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- 'brmo-service'
- 'brmo-service-db'
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: 'Set up JDK'
uses: actions/setup-java@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 15s --health-timeout 5s --health-retries 5

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true

Expand Down
Loading