Skip to content

fix: Format and log audit-level messages only when audit logging is e… #117

fix: Format and log audit-level messages only when audit logging is e…

fix: Format and log audit-level messages only when audit logging is e… #117

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: Release Please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
with:
disable-sudo: true
egress-policy: audit
- uses: google-github-actions/release-please-action@51ee8ae2605bd5ce1cfdcc5938684908f1cd9f69 # v3.7.9
with:
release-type: go
changelog-path: src/Agent/CHANGELOG.md
token: ${{ secrets.GITHUB_TOKEN }}
changelog-types: '[{"type":"notice","section":"Notice","hidden":false},{"type":"feat","section":"New Features","hidden":false},{"type":"fix","section":"Fixes","hidden":false},{"type":"security","section":"Security","hidden":false}]'