Skip to content

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

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) #679

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@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
with:
egress-policy: audit
- uses: vexxhost/docker-atmosphere/.github/actions/build-image@672cf56c8b828e444b6e7906d0ee355c7ec1dea9 # main
with:
image-name: python-openstackclient
push: ${{ github.event_name != 'pull_request' }}