Skip to content

Merge the two apt RUN instructions in Dockerfile.updater-core #24105

Merge the two apt RUN instructions in Dockerfile.updater-core

Merge the two apt RUN instructions in Dockerfile.updater-core #24105

name: Dependency Review
on: # yamllint disable-line rule:truthy
pull_request:
branches: [ main ]
paths-ignore:
- '*/spec/fixtures/**'
- '*/helpers/test/*/fixtures/**'
- 'common/lib/dependabot.rb'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
dependency-review:
name: Dependency Review
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Perform Dependency Review
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2