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
38 changes: 19 additions & 19 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
has_build: ${{ steps.detect-affected.outputs.has_build }}
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -59,7 +59,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:
needs: detect-affected
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -115,7 +115,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 @@ -183,7 +183,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 @@ -200,7 +200,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 @@ -216,7 +216,7 @@ jobs:
if: needs.detect-affected.outputs.has_affected == 'true'
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -256,7 +256,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 @@ -298,7 +298,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 @@ -340,7 +340,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 @@ -382,7 +382,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 @@ -424,7 +424,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 @@ -466,7 +466,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 @@ -567,7 +567,7 @@ jobs:
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

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

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

Expand Down Expand Up @@ -664,7 +664,7 @@ jobs:
has_windows_bundle: ${{ steps.detect-windows-bundle.outputs.exists }}
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -726,7 +726,7 @@ jobs:
needs.build-native-applications-windows.outputs.has_windows_bundle == 'true'
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -763,7 +763,7 @@ jobs:
if: needs.detect-affected.outputs.has_affected == 'true'
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
30 changes: 15 additions & 15 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 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 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 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 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 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 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 @@ -456,7 +456,7 @@ jobs:
has_windows_bundle: ${{ steps.detect-windows-bundle.outputs.exists }}
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:
needs.build-native-applications-windows.outputs.has_windows_bundle == 'true'
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -564,7 +564,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 @@ -660,7 +660,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 @@ -882,7 +882,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