Skip to content

chore(deps): update step-security/harden-runner action to v2.17.0 (main) #1124

chore(deps): update step-security/harden-runner action to v2.17.0 (main)

chore(deps): update step-security/harden-runner action to v2.17.0 (main) #1124

Workflow file for this run

name: build
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- stable/**
permissions:
contents: read
jobs:
image:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
pull-requests: write
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
with:
egress-policy: audit
- uses: vexxhost/docker-atmosphere/.github/actions/build-image@9dc904e06dcde958bf8a0b3230715d32b9e3a85f # main
with:
image-name: python-openstackclient
push: ${{ github.event_name != 'pull_request' }}