Skip to content

build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 #65

build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1

build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 #65

Workflow file for this run

name: tag-and-release
on:
push:
branches:
- master
permissions:
contents: read
concurrency:
group: ${{ github.repository }}/${{ github.workflow }}/${{ github.ref }}
cancel-in-progress: false
jobs:
flow:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: '0'
- name: simple-tag-and-release
uses: sbe-arg/simple-tags-and-releases@fd774635aa3f4ea19faab61ad46a36e6c165ed24 # v0.3.2
with:
autogenerated_notes: 'true'
version_file: 'VERSION'
env:
GH_TOKEN: ${{ github.token }}