Skip to content

build(deps): bump actions/dependency-review-action from 4.3.3 to 4.3.4 #72

build(deps): bump actions/dependency-review-action from 4.3.3 to 4.3.4

build(deps): bump actions/dependency-review-action from 4.3.3 to 4.3.4 #72

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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.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 }}