chore(deps): update docker/setup-buildx-action digest to 6524bf6 #289
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dependency Submission on PR Workflow | |
on: | |
pull_request: | |
branches: ["dev"] | |
workflow_dispatch: {} | |
permissions: | |
contents: read | |
jobs: | |
dependency-submission-on-pr: | |
name: Dependency Submission on PR job | |
runs-on: ubuntu-latest | |
if: github.event.pull_request.draft == false | |
steps: | |
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 | |
- uses: ./.github/actions/ci-setup | |
name: Setup CI environment | |
- name: Generate and save dependency graph step | |
uses: gradle/actions/dependency-submission@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3 | |
with: | |
dependency-graph: generate-and-upload |