Skip to content
Open
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/ci-pr-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
pr-number: ${{ steps.set-pr-number.outputs.pr-number }}
steps:
- id: set-pr-number
uses: actions/github-script@v8.0.0
uses: actions/github-script@v9.0.0

Check failure on line 18 in .github/workflows/ci-pr-opened.yml

View check run for this annotation

RC - Layne / Layne Security Scan

[semgrep] app.config.semgrep.rules.github-actions.github-actions-not-hash-pinned

[R18] GitHub Action is not pinned to a full SHA hash. Tags and branches can be moved by maintainers, potentially introducing malicious code. Pin to a full 40-character SHA for immutability. Example: uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # v6.0.2
with:
script: |
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand Down
Loading