-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ci: Pin GH actions to SHAs #21042
ci: Pin GH actions to SHAs #21042
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 013c3dcf1efa1d3c8c8c27d416318ae7322e6802 more detailssdk-nrf:
Github labels
List of changed files detected by CI (14)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
What is gain of moving our internal actions from main to SHA? I propose keep those pointing to main and inside those actions one could think about pointing to SHAs (for any external dependencies). |
.github/workflows/labeler.yml
Outdated
@@ -6,7 +6,7 @@ jobs: | |||
triage: | |||
runs-on: ubuntu-24.04 | |||
steps: | |||
- uses: actions/labeler@v5.0.0 | |||
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some leftover (.0.0) here
add 'SHA #v5' |
Jira: NCSDK-32440 Signed-off-by: Jan Gałda <jan.galda@nordicsemi.no>
ca5abd1
to
013c3dc
Compare
Jira: NCSDK-32440