Skip to content

Commit

Permalink
ci: Disable cargo-audit in CI (PRQL#5051)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Dec 9, 2024
1 parent d3e4d02 commit 5fb8612
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ jobs:
#
# Would be better if we could only run when we know we have permissions. But
# this will do...

# 2024-12-09 — this is failing on normal PRs despite clearing the advisories
# in GitHub, and the action is archived. We have the GitHub security audits,
# `prqlc` doesn't cross any trust boundaries, so disabling for the moment.
# We can re-enable if a supported action is available.
if:
${{ github.repository_owner == 'prql' &&
!github.event.pull_request.head.repo.fork }}
!github.event.pull_request.head.repo.fork && 'run' == 'no' }}
permissions:
actions: read
contents: read
Expand Down

0 comments on commit 5fb8612

Please sign in to comment.