Skip to content
Open
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/dependency-update.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
--enableExperimental

- name: Upload OWASP results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v7
with:
name: dependency-check-report
path: reports/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-compliance-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
node compliance/audit.js $ARGS

- name: Upload compliance report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: compliance-report-${{ github.run_number }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onepassword-rotation-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

echo "status=${status}" >> "$GITHUB_OUTPUT"
- name: Upload rotation report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: onepassword-rotation-report
path: reports/secret-rotation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/org-governance-autopilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Upload governance artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: governance-rulesets-${{ github.run_id }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/org-webhook-compliance-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Upload webhook audit artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: webhook-audit-${{ github.run_id }}
path: compliance/webhook-audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
npm pack
echo "tarball=$(ls *.tgz)" >> $GITHUB_OUTPUT

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: package
path: '*.tgz'
Expand Down
Loading