-
Notifications
You must be signed in to change notification settings - Fork 716
Rebase 05.2025 #2869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebase 05.2025 #2869
Conversation
runs-on: ubuntu-22.04 | ||
name: Run commit tags checks on patch series (PR) | ||
steps: | ||
- name: Update PATH for west | ||
run: | | ||
echo "$HOME/.local/bin" >> $GITHUB_PATH | ||
|
||
- name: Checkout the code | ||
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
fetch-depth: 0 | ||
|
||
- name: Run the commit tags | ||
uses: nrfconnect/action-commit-tags@main | ||
with: | ||
target: . | ||
upstream: zephyrproject-rtos/zephyr/main |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions
fetch-depth: 0 | ||
|
||
- name: Run the commit tags | ||
uses: nrfconnect/action-commit-tags@main |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow
runs-on: ubuntu-latest | ||
steps: | ||
- name: handle manifest PR | ||
uses: nrfconnect/action-manifest-pr@main | ||
with: | ||
token: ${{ secrets.NCS_GITHUB_TOKEN }} | ||
manifest-pr-title-details: ${{ github.event.pull_request.title }} |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions
runs-on: ubuntu-latest | ||
steps: | ||
- name: handle manifest PR | ||
uses: nrfconnect/action-manifest-pr@main |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
1b9b712
to
37bd53a
Compare
|
Regular history cleanup.