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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: Build ${{ matrix.app }} (${{ matrix.board }})
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: serial-modem-host-applications

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python3 -m pip install west gitlint

- name: Checkout the code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: serial-modem-host-applications
ref: ${{ github.event.pull_request.head.sha }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
echo "COMPLIANCE_FAILED=true" >> $GITHUB_ENV

- name: Upload compliance results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: always()
with:
name: compliance.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Lychee link checker
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory
CMAKE_PREFIX_PATH: /opt/toolchains
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
fetch-depth: 0
Expand Down