Skip to content
Closed
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/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

- name: Upload reports
if: always()
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@v7.0.1
with:
name: l9-audit-reports
path: artifacts/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/baseline-ratchet-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ permissions:
jobs:
ratchet:
name: Baseline Ratchet
uses: Quantum-L9/l9-ci-core/.github/workflows/baseline-ratchet.yml@d81a06ed821106a487df2e5ad06d93e347392af6
uses: Quantum-L9/l9-ci-core/.github/workflows/baseline-ratchet.yml@0d28395428426853c44825c4645c23ee8ace23b1
with:
core-revision: d81a06ed821106a487df2e5ad06d93e347392af6
core-revision: 0d28395428426853c44825c4645c23ee8ace23b1
sdk-revision: 0779fca8238011f8abea551895f96584676e9d17
python-version: "3.12"
pytest-paths: tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/l9-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- id: sdk
name: Provision immutable SDK
if: steps.gov.outputs.enabled == 'true'
uses: Quantum-L9/l9-ci-core/.github/actions/provision-sdk@f88116503430aa18992b70d8d31063e34ff97ef1
uses: Quantum-L9/l9-ci-core/.github/actions/provision-sdk@0d28395428426853c44825c4645c23ee8ace23b1

- name: Normalize provider report
if: steps.gov.outputs.enabled == 'true'
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

- name: Upload analysis artifact set
if: steps.gov.outputs.enabled == 'true'
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: ${{ steps.names.outputs.artifact-name }}
path: |
Expand All @@ -170,7 +170,7 @@ jobs:
name: Publish analysis (Core)
needs: analyze
if: needs.analyze.outputs.enabled == 'true'
uses: Quantum-L9/l9-ci-core/.github/workflows/publish-analysis.yml@f88116503430aa18992b70d8d31063e34ff97ef1
uses: Quantum-L9/l9-ci-core/.github/workflows/publish-analysis.yml@0d28395428426853c44825c4645c23ee8ace23b1
permissions:
actions: read
checks: write
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/supply-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
sarif_file: scorecard.sarif

- name: Upload Scorecard Results as Artifact
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@v7.0.1
with:
name: scorecard-results
path: scorecard.sarif
Expand Down Expand Up @@ -122,7 +122,7 @@
fail-on-severity: high
# dependency-review-action rejects specifying both allow-licenses and
# deny-licenses. Keep the allow-list (stricter); deny-list is implied.
allow-licenses: ${{ vars.ALLOWED_LICENSES || 'MIT, Apache-2.0, BSD-3-Clause, BSD-2-Clause, ISC' }}
allow-licenses: ${{ vars.ALLOWED_LICENSES || 'MIT, Apache-2.0, BSD-3-Clause, BSD-2-Clause, ISC, Apache-2.0 AND MIT, Apache-2.0 AND BSD-2-Clause' }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the configured license allow-list too

When ALLOWED_LICENSES has been provisioned from .github/env.template, that nonempty repository variable takes precedence over this fallback, but the template at .github/env.template:199-201 still contains the old list. In that configuration, dependencies reporting either new compound SPDX expression remain rejected, so this change does not achieve its stated purpose; update the template/configured default alongside the fallback.

Useful? React with 👍 / 👎.

comment-summary-in-pr: on-failure

# ────────────────────────────────────────────────────────────────────────
Expand Down Expand Up @@ -217,7 +217,7 @@

- name: Upload License Report
if: always()
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@v7.0.1
with:
name: license-report
path: |
Expand Down
Loading