Skip to content

build(deps): bump aquasecurity/trivy-action from 0.32.0 to 0.33.0 #405

build(deps): bump aquasecurity/trivy-action from 0.32.0 to 0.33.0

build(deps): bump aquasecurity/trivy-action from 0.32.0 to 0.33.0 #405

Workflow file for this run

# This Workflow exists solely to push a link into
# PR descriptions to a preview build of the docs
# from the PRs source branch.
#
# It requires extra permissions, to write to the PR.
#
# It uses the unusual `pull_request_target` trigger, which
# only gives it access to the target of the PR, not the source.
# But this is a-okay because it doesn't even look at the source
# code, it just updates the PR description with a link.
name: Post RTD Preview Link to PRs
on:
pull_request_target:
types:
- opened
permissions:
pull-requests: write
# When a PR is updated, cancel the jobs from the previous version. Merges
# do not define head_ref, so use run_id to never cancel those jobs.
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
documentation-preview:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@b8bba1484329bda1a3abe986df7ebc80a8950333 # v1.5
with:
project-slug: "opendatacube"