Skip to content

build(deps-dev): bump library/golang from 1.26.5-trixie to 1.27.0-trixie in /deployments/containers #36

build(deps-dev): bump library/golang from 1.26.5-trixie to 1.27.0-trixie in /deployments/containers

build(deps-dev): bump library/golang from 1.26.5-trixie to 1.27.0-trixie in /deployments/containers #36

Workflow file for this run

---
name: Security
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- main
workflow_dispatch: {}
permissions: {}
concurrency:
group: security-${{ github.ref }}
cancel-in-progress: true
jobs:
dependency-review:
name: Dependency review
if: ${{ github.event_name == 'pull_request' }}
runs-on: blacksmith-2vcpu-ubuntu-2404
permissions:
contents: read
steps:
- name: Harden runner
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
with:
egress-policy: audit
- name: Check out
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Review dependency changes
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
with:
fail-on-severity: moderate