Skip to content
Closed
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
36 changes: 18 additions & 18 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand All @@ -81,7 +81,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Run Trivy filesystem scan
uses: ./.github/actions/trivy-scan
Expand All @@ -168,7 +168,7 @@ jobs:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Run Trivy config scan
uses: ./.github/actions/trivy-scan
Expand All @@ -182,7 +182,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -514,7 +514,7 @@ jobs:
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand All @@ -539,7 +539,7 @@ jobs:
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -570,7 +570,7 @@ jobs:
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -609,7 +609,7 @@ jobs:
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -658,7 +658,7 @@ jobs:
if: ${{ needs.build-native-applications-windows.result == 'success' }}
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -694,7 +694,7 @@ jobs:
- build-native-applications-windows-installer
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
42 changes: 21 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
new_release_version: ${{ steps.semantic-release.outputs.new_release_version }}
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -35,7 +35,7 @@ jobs:
private_key: ${{ secrets.SEMANTIC_RELEASE_KEY_PEM }}

- name: Semantic release
uses: cycjimmy/semantic-release-action@v5
uses: cycjimmy/semantic-release-action@v6
id: semantic-release
with:
semantic_version: 22.0.5
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -100,7 +100,7 @@ jobs:
uses: ./.github/actions/setup-env

- name: 'Login to container registry'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -147,7 +147,7 @@ jobs:
uses: ./.github/actions/setup-env

- name: 'Login to container registry'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -194,7 +194,7 @@ jobs:
uses: ./.github/actions/setup-env

- name: 'Login to container registry'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -241,7 +241,7 @@ jobs:
uses: ./.github/actions/setup-env

- name: 'Login to container registry'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -288,7 +288,7 @@ jobs:
uses: ./.github/actions/setup-env

- name: 'Login to container registry'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -335,7 +335,7 @@ jobs:
uses: ./.github/actions/setup-env

- name: 'Login to container registry'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -507,7 +507,7 @@ jobs:
if: needs.publish.outputs.new_release_published == 'true'
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -549,7 +549,7 @@ jobs:
environment: production
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -640,7 +640,7 @@ jobs:
environment: production
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Download build artifacts
uses: actions/download-artifact@v8
Expand Down Expand Up @@ -812,7 +812,7 @@ jobs:
has_entries: ${{ steps.set-matrix.outputs.has_entries }}
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Download container image SBOM artifacts
uses: actions/download-artifact@v8
Expand Down
Loading